/* Keep the Direction 3 hero copy at its approved 1488px measure on wider displays. */
@media (min-width: 1121px) {
  main[data-component-file="Home.tsx"] > section[data-component-file="Home.tsx"]:first-child > div {
    padding: 0 min(52%, 774px) 0 32px !important;
  }
}
