.brands-grid{align-items:center;background:#333;border:1px solid #585858;border-radius:10px;display:grid;flex-wrap:wrap;gap:2rem;grid-template-columns:repeat(5,1fr);justify-content:space-between;margin:auto;max-width:1000px;padding:40px 30px;position:relative}.brands-grid__main-img{background:#333;height:100px;left:50%;padding:20px;position:absolute;top:-50px;transform:translateX(-50%);width:200px}.brands-grid__main-img img{margin:auto}.brands-grid__wrapper{flex:1;position:relative}.brands-grid img{height:auto;height:100%;max-height:100px;object-fit:contain}@media screen and (max-width:768px){.brands-grid{grid-template-columns:repeat(4,1fr)}.brands-grid img{max-width:130px!important}}@media screen and (max-width:500px){.brands-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:350px){.brands-grid{grid-template-columns:repeat(1,1fr)}.brands-grid img{margin:auto}}