.brands {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.brands img {
    flex: 1;
    max-width: 130px;
    opacity: 0.7;
}