@media (max-width: 680px) {
  .service-page .service-hero {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-page .service-hero > div:first-child {
    min-width: 0;
    width: 100%;
  }

  .service-page .service-hero h1 {
    max-width: none;
    margin-bottom: 16px;
    font-size: clamp(48px, 14vw, 62px);
    line-height: 1.02;
    word-break: normal;
    overflow-wrap: normal;
  }

  .service-page .service-hero .hero-lead {
    max-width: 32ch;
    font-size: 16px;
    line-height: 1.55;
  }

  .service-page .service-hero-actions {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 0;
  }

  .service-page .service-hero-actions .button {
    flex: 1 1 150px;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
  }
}
