@media screen and (max-width: 575px) {
    .brands {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}