h2 {
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
}

h5 {
  position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #81a1e4;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}


@media screen and (min-width: 470px) {
.entry-content p{
font-size: 1.0rem;
margin: 0 1.4rem 2.1rem;
line-height: 1.714285714;
letter-spacing:0.04rem;
border:solid 0px #000;
}
}