@media (max-width: 840px) {
  .booking-lead h1 {
    max-width: min(100%, 420px);
    font-size: clamp(34px, 10vw, 50px);
    line-height: 0.94;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
  }

  .hero-register-actions {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 420px;
  }
}
