.company-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width:840px){.company-list{grid-template-columns:1fr}}