@media screen and (min-width: 600px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}