/* Phase 14J responsive correction layer loaded after the minified 14J sheet. */
@media (max-width: 900px) {
  .sa-home-hero__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    grid-template-columns: 1fr !important;
  }

  .sa-home-hero__media,
  .sa-hero__media {
    width: 100% !important;
    justify-items: center !important;
  }

  .sa-home-title {
    max-width: 12ch !important;
    font-size: clamp(2.35rem, 11vw, 3.25rem) !important;
    line-height: 0.94 !important;
  }

  .sa-home-lead {
    max-width: 32ch !important;
  }
}
