@media(max-width:600px){
  .brand-showcase .home-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
  .brand-showcase .home-logos>div{aspect-ratio:1.25;padding:8px}
  .brand-showcase .home-logos img{width:90%;height:90%}
}
