.brand-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    /* width: 100%; */
    margin: 0 auto;
    max-width: 397px;
}

.brand-logos .logo {
    width: calc(25% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logos .logo img {
    /* max-width: 100px; */
    /* width: 100%; */
}
.brand-logos .logo:first-of-type img {
    max-width: 60px;
    /* width: 100%; */
}