.team-members{display:flex;flex-direction:column;gap:40px}.team-members h2{margin-bottom:0}.team-members__cards{display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}.team-card{padding:16px}.team-card__image{margin-bottom:20px;max-height:300px;width:100%}.team-card__image img{max-height:300px;object-fit:cover;object-position:center;width:100%}.team-card h4,.team-card p{margin-bottom:0}@media screen and (min-width:500px){.team-members__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:901px){.team-members__cards{grid-template-columns:repeat(3,1fr)}}