.logos .row{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
section.logos {
    padding-bottom: 10rem;
}

@media (max-width:576px){
    .logos-image {
    width: 130px;
}
.logos .row{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap:20px;
}
}