@media (min-width: 901px) {
  .about-page .about-story {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 0 !important;
  }

  .about-page .about-story > .eyebrow,
  .about-page .story-title,
  .about-page .story-columns {
    grid-column: 1 !important;
  }

  .about-page .story-title {
    margin-top: 36px !important;
  }

  .about-page .story-title h2 {
    max-width: 1120px !important;
    font-size: clamp(48px, 4vw, 64px) !important;
  }

  .about-page .story-columns {
    max-width: 1120px !important;
    margin-top: 48px !important;
  }
}
