.team-text{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem}
.team-text-subheading{margin:0 auto;max-width:60rem;text-align:center;margin-bottom:4.8rem;font-size:1.6rem;line-height:2.8rem;color:rgba(38,37,37,.7490196078)}
.team-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}
.team-wrapper-member{display:flex;flex-direction:column;gap:2.4rem}
.team-wrapper-member-image{display:flex;border-radius:.8rem;max-width:36rem;aspect-ratio:1}
.team-wrapper-member-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.8rem;aspect-ratio:1}
.team-wrapper-member-text{display:flex;flex-direction:column;gap:1.5rem}
.team-wrapper-member-text-caption{text-transform:uppercase;font-family:Inktype,Arial,Helvetica;font-size:1.2rem;line-height:1.5rem;color:rgba(38,37,37,.7490196078)}
@media screen and (max-width:990px){
.team-text-heading{font-size:4rem;line-height:4.4rem}
.team-text-subheading{margin-bottom:2.4rem}
.team-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem}
.team-wrapper-member{gap:1.2rem}
.team-wrapper-member-text{gap:.8rem}
}