.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__position{font-style:italic}.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:1px solid rgb(from var( --background-color ) r g b/.3);border-radius:var( --border-radius-l );object-fit:cover;width:100%}.team-grid__item:has(.member__name:empty){display:none}@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}}