.staff-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:900px){.staff-grid{grid-template-columns:repeat(3,1fr)}}