.schedule-booking-hero h1 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
}

@media (max-width: 700px) {
  .schedule-booking-hero h1 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }
}
