/* Owner-approved exception to the hero/body two-column limit. */
@media (min-width: 1000px) {
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
