/* Homepage hero SEO H2 under H1 */
.hero-one-section .hero-one-title-wrapper,
.hero-one-section .hero-one-title-wrap {
  overflow: visible;
}

.hero-one-section .hero-one-subtitle {
  z-index: 1;
  position: relative;
  display: block;
  max-width: 720px;
  margin: 20px 0 0;
  padding: 0;
  color: var(--white-color);
  font-family: var(--_font-family---heading-font), Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.4px;
}

.hero-one-section .hero-one-desc-wrap {
  margin-top: 36px;
}

@media screen and (max-width: 991px) {
  .hero-one-section .hero-one-subtitle {
    font-size: 22px;
    margin-top: 16px;
  }

  .hero-one-section .hero-one-desc-wrap {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hero-one-section .hero-one-subtitle {
    font-size: 18px;
    margin-top: 12px;
    max-width: 100%;
  }

  .hero-one-section .hero-one-desc-wrap {
    margin-top: 16px;
  }
}
