.logos{display:grid;gap:50px 15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.logos>.logo>span{display:block;width:200px;height:100px;background-repeat:no-repeat;background-position:center;background-size:contain;margin:0 auto}@media screen and (max-width:767px){.logos{gap:30px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.logos>.logo>span{width:150px;height:75px}}