.team-grid{grid-template-columns:repeat(auto-fill,minmax(min(20rem,100%),1fr));container-type:inline-size;gap:1rem;}.team-grid > div{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;position:relative;border-radius:16px;padding:3rem 0;background-color:var(--wp--preset--color--white);transition:all .3s ease;}.team-grid img{aspect-ratio:1;object-fit:cover;width:218px;border-radius:50%;}h3.team-name{text-align:center;}p.team-title{font-weight:600;margin-top:.5rem;text-align:center;}