.our-team{opacity:0;animation:1s forwards revealOurTeam}@keyframes revealOurTeam{to{opacity:1}}.our-team-wrapper{padding:30px}.our-team__grid{grid-template-columns:repeat(5,1fr);gap:30px;display:grid}.our-team__card{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;row-gap:15px;padding:15px;display:flex}.our-team__card-img-container{background:var(--bg-clr)}@media (max-width:1200px){.our-team__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.our-team-wrapper{padding:30px 15px}.our-team__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.our-team__grid{grid-template-columns:repeat(1,1fr)}}
