.team-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:2.5em;justify-content:center;width:100%}.team{align-items:center;display:flex;flex-basis:30%;flex-direction:column;gap:1.5em}.team img{height:350px;margin:0 auto;max-width:100%;width:auto}.team-info{flex-basis:100%;text-align:center}.team-info h3{color:#fc4d03;margin-bottom:5px}.team-info p{color:#525252}.team-info p:first-of-type{margin-bottom:5px}@media screen and (max-width:1024px) and (min-width:751px){.team{flex-basis:47%}}@media screen and (max-width:750px){.team-container{gap:3em}.team{flex-basis:100%;gap:.75em}.team-headshot img{border-radius:50px 0 50px 0!important}}