.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:40px 0}.brands-grid a{display:flex;width:100%;height:100%;text-align:center}@media screen and (max-width:991px){.brands-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:480px){.brands-grid{grid-template-columns:repeat(2,1fr);gap:20px}}