.team__wrapper{display:flex;flex-direction:column;gap:var(--row-gap) var(--column-gap-l)}.team__heading{margin:0 auto;max-width:76.7rem;text-align:center}.team__team-members{display:grid;gap:var(--row-gap ) var(--gap-s);grid-template-columns:repeat(4,minmax(100px,1fr));text-align:center}.team__team-member{display:flex;flex-direction:column;gap:var(--whitespace)}.team__team-member span{display:block}.team__team-member img{aspect-ratio:1/1;border-radius:var(--border-radius);object-fit:cover}.team__some{align-items:center;display:flex;gap:.8rem;justify-content:center}.team__some img{max-width:3.2rem;width:3.2rem}