/*section-title*/
.ohc-section-title {
  text-align: center;
  margin-bottom: 45px;
}

.ohc-section-title span {
  font-size: var(--fontFamily);
  color: var(--OHCmainColor);
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
}

.ohc-section-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.ohc-section-title p {
  max-width: 685px;
  margin: auto;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .ohc-section-title {
        margin-bottom: 35px;
    }
    .ohc-section-title h2 {
        font-size: 25px;
        margin-bottom: 12px;
    }
    .ohc-section-title span {
        font-size: 14px;
        margin-bottom: 12px;
    }
}