.team-card{display:flex;flex-direction:column;gap:30px}.team-card .team-card--image{aspect-ratio:1/1;border-radius:50%;height:180px;margin:0 auto;overflow:hidden}.team-card .team-card--image img,.team-card .team-card--image svg{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s;width:100%}.team-card .team-card--image:hover img,.team-card .team-card--image:hover svg{transform:scale(1.05);transition:transform .3s}.team-card .team-card--content{text-align:center}.team-card .team-card--content h2,.team-card .team-card--content h3{margin-bottom:4px;margin-top:0}.team-card .team-card--content .body-subtitle{color:var(--brand-color-2)}.team-card .team-card--content .intro{margin-top:20px;margin-inline:auto;max-width:320px}
