@media (max-width: 1180px) {
    .swiper {
        height: 296px;
    }
}
@media (min-width: 1181px) {
    .swiper {
        height: 386px;
    }
}

.swiper {
    width: 100%;
    /*height: 386px;*/
}

.pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    /*margin-bottom: 40px;*/

}

.swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    /*color: #1c7430;*/
    background-color: #DECAAF;
}