@media (min-width: 768px) {
  .left h1.h1font,
  .hero-title-secondary.h1font {
    font-size: clamp(4.25rem, 3.8vw + 1.35rem, 5.2rem) !important;
    line-height: 0.92 !important;
  }
}

@media (max-width: 1215px) {
  .left h1.h1font,
  .hero-title-secondary.h1font {
    font-size: clamp(1.8rem, 5.8vw, 2.2rem) !important;
    line-height: 1.05 !important;
  }
}
