/* Team: le due colonne hanno la stessa altezza e restano perfettamente allineate. */
@media (min-width: 901px) {
  .teamSection .teamOrbit {
    align-items: stretch !important;
  }

  .teamSection .teamFocus {
    align-self: stretch !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  .teamSection .teamFocusPhoto {
    height: 100% !important;
    min-height: 0 !important;
  }

  .teamSection .teamSelector {
    grid-template-rows: repeat(9, minmax(86px, auto)) !important;
  }
}
