.brand-slider-wrapper{width:100%;overflow:hidden;padding:30px 10px;background-color:#fff}.brand-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:20px;align-items:center;justify-items:center}.brand-slide img{width:100%;max-width:120px;height:auto;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.brand-slide img:hover{filter:grayscale(0%)}@media screen and (min-width:1024px){.brand-slider{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media screen and (max-width:1023px) and (min-width:768px){.brand-slider{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:767px){.brand-slider{grid-template-columns:repeat(2,1fr)}}