.icon-rocket{display:flex;justify-content:center;z-index:1;margin-top:var(--spacing-2xl);img {width: clamp(96px,20vw,140px); height: fit-content;}}.our-team{display:grid;grid-template-columns:subgrid;background-color:var(--brand-yellow);min-height:400px;h2 {grid-column: 2 / -2; height: 320px; margin-top: 0; display: flex; align-items: center;}}.person-container{container:people / inline-size}.person-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2rem 0;.person-card {display: flex; flex-direction: column; gap: 1rem; margin-bottom: 3rem; img {width: 100%; aspect-ratio: 1/1; object-fit: cover;} h3 {margin: 0;} address {font-style: normal; display: flex; flex-direction: column; gap: .5rem;}}}@container people (max-width: 600px){.person-wrapper{grid-template-columns:repeat(2,1fr)}}@container people (max-width: 400px){.person-wrapper{grid-template-columns:1fr}}
