.section-home-brands .swiper-brands .swiper-slide:nth-child(7n) {
    display: none;
}

@media (min-width: 768px) {
    .section-home-brands .swiper-brands .swiper-slide:nth-child(7n) {
        display: block;
    }
}