.team-grid{margin-bottom:var(--section-spacing,5rem)}.team-grid__heading{margin:0 0 var(--space-5)}.team-grid__cards{display:grid;gap:var(--space-6);@media (min-width:992px){gap:var(--space-8) var(--space-6)}}.team-grid--large .team-grid__cards{grid-template-columns:repeat(2,1fr);@media (max-width:479px){grid-template-columns:1fr;max-width:360px}@media (min-width:992px){grid-template-columns:repeat(3,1fr)}}.team-grid--small .team-grid__cards{grid-template-columns:repeat(2,1fr);@media (max-width:479px){grid-template-columns:1fr;max-width:360px}@media (min-width:768px){grid-template-columns:repeat(3,1fr)}@media (min-width:992px){grid-template-columns:repeat(4,1fr)}}.team-grid--large .team-card__name{@media (max-width:767px){font-size:24px}}.team-grid--large .team-card__role{font-size:18px;@media (min-width:768px){font-size:var(--text-callout)}}.team-grid--small .team-card__name{font-size:var(--text-h5)}.team-grid--small .team-card__role{font-size:var(--text-body)}