.team-grid__row{display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}.member{margin-bottom:1rem;min-height:100%}.team-grid .member__name{margin-bottom:8px}.team-grid .member__button{margin-top:12px}.team-grid .member__image{display:flex;margin-bottom:1rem;width:100%}.team-grid .member__image img{aspect-ratio:1/1;border-radius:12px;object-fit:cover;width:100%}@media (min-width:520px){.team-grid__row{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.team-grid__row{grid-template-columns:repeat(4,1fr)}.member{margin-bottom:2rem}}