.tech-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:1rem;}@media (max-width:1199.98px){.tech-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:767.98px){.tech-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:575.98px){.tech-grid{grid-template-columns:repeat(2,1fr)}}