@media screen and (max-width: 1559px) {
    .not-swiper .swiper-slide {
        width: 20%;
    }
}

@media screen and (max-width: 1024px) {
    .not-swiper .swiper-slide {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .not-swiper .swiper-slide {
        width: 45%;
    }
}

@media screen and (max-width: 479px) {
    .not-swiper .swiper-slide {
        width: 100%;
    }
}

.not-swiper .swiper-slide {
    width: 25%;
    display: inline-block;
    padding: 10px;
}

.not-swiper {
    margin: -10px;
    font-size: 0;
}

