.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;align-items:center;justify-items:center;max-width:100%}.logo-grid img{max-width:100%;height:auto}