/* Extra responsive overrides can live here as the site grows. */
@media (max-width: 860px) {
  .corporate-event-row {
    grid-template-columns: 1fr;
  }

  .corporate-event-image img {
    aspect-ratio: 16 / 11;
  }

  .stable-careers-grid {
    grid-template-columns: 1fr;
  }

  .stable-careers-callout {
    position: static;
  }
}
