.team-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);padding:2rem}.team-card{background:#f9f9f9;border-radius:12px;box-shadow:0 0 10px rgba(0,0,0,.05);padding:1.5rem;text-align:center}.team-card img{border-radius:100%;margin-bottom:1rem;max-width:120px}@media (max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.team-grid{grid-template-columns:1fr}}