.team-members{width:100%}.team-members__container{display:flex;flex-wrap:wrap;justify-content:space-evenly}.team-members__content{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;padding:10px;text-align:left;width:30%}.team-members__image{border-radius:10px;height:200px;object-fit:cover;overflow:hidden;width:300px}.team-members__name{font-size:28px;font-weight:600}.team-members__title{font-size:20px;font-weight:600}.team-members__quote{font-size:18px}@media only screen and (max-width:1024px){.team-members__content{width:49%}}@media only screen and (max-width:670px){.team-members__container{align-items:center;flex-direction:column}.team-members__content{width:100%}.team-members__image{max-width:250px}}