.single-post .text-block h2:not([class]) {
  margin-bottom: 20px;
  padding-bottom: 18px;
  font-size: 24px;
  line-height: 1.33333;
  font-weight: 700;
  color: #000;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-post .text-block h2:not([class]) {
    font-size: 32px;
    line-height: 1.34375;
  }
}
@media (min-width: 992px) {
  .single-post .text-block h2:not([class]) {
    font-size: 36px;
    line-height: 1.33333;
  }
}
@media (min-width: 1260px) {
  .single-post .text-block h2:not([class]) {
    font-size: 40px;
    line-height: 1.325;
  }
}
.single-post .text-block h2:not([class]):after {
  content: "";
  height: 1px;
  background-color: #244d9f;
  box-shadow: 0 4px 0 #244d9f;
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 100%;
}
.single-services .section-intro__title--small {
  font-size: 0.8em;
  display: block;
}
