.team{position:relative}.team__header{margin-bottom:3.2rem}.team__container{align-items:flex-start;display:grid;flex-wrap:wrap;grid-template-columns:repeat(3,175px);margin-top:3.2rem;max-width:850px;padding:0;row-gap:13rem}.team__container,.team__team{justify-content:space-between}.team__team{gap:1.5rem;width:100%}.team__team__img{background-position:50%;background-size:cover;border:4px solid #8767de;border-radius:50%;box-shadow:inset 0 4px 4px hsla(0,0%,100%,.25);height:175px;width:175px}.team__member,.team__team__img{align-items:center;display:flex;justify-content:center}.team__member{flex-direction:column;gap:2.4rem;text-align:center}.team__team__profile p{margin:0}.team__team__profile{display:flex;flex-direction:column;gap:1rem}.team__team__profile__name{font-size:2.4rem;font-weight:var(--font-weightBold);letter-spacing:-.02em}@media only screen and (max-width:800px){.team__container{grid-template-columns:repeat(3,33.33fr)}}@media only screen and (max-width:640px){.team__team__img{height:140px;width:140px}.team__container{grid-template-columns:repeat(2,50fr);row-gap:5rem}}@media only screen and (max-width:360px){.team__container{grid-template-columns:repeat(1,100fr)}}