.single p {
  line-height: 1.9;
  margin: 0 0 30px 0;
}

.single a {
  color:#0054A6;
  transition: .3s;
}
.single a:hover {
  opacity: 0.6;
  transition: .3s;
}

.is-layout-grid {
  margin: 0 0 8px 0;
}


.single h2 {
  display: block;
  position: relative;
  padding: .5em .7em;
  margin: 0 0 12px 0;
  border-radius: 50px 0 0 50px;
  background-color: #1a4080;
  color: #fff;
  font-size: 19px;
}

.single h2::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 13px;
  border-radius: 50%;
  background: #fff;
}


.single h3 {
  position: relative;
  padding: .5em 1.2em;
  color: #333333;
  font-size: 19px;
}

.single h3::before,
.single h3::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #1a4080;
  content: '';
}

.single h3::before {
  top: calc(50% - 3px);
  left: 0;
}

.single h3::after {
  top: calc(50% + 3px);
  left: 5px;
}