.logo-grid .container {max-width:1000px;}
.logo-grid .row {justify-content:center;align-items:center;gap:30px;}
.logo-grid .row img {max-width:500px;width:100%;}


@media screen and (max-width:1000px) {
.logo-grid .row {gap:0px!important;}
.logo-grid .row img {max-width:100%;}
.logo-grid .row .col-sm-3 {flex:0 1 33.3%!important;max-width:33.3%!important;}
}
