.swiper {
  padding-top: 4.091vw !important;
  /* padding-bottom: 5.381vw !important; */
  padding-bottom: 4.636vw !important;
    margin-bottom:5.636vw; 
}


.swiper-pagination-bullet {
  margin: 0 0.636vw !important;
  width: 1vw !important;
  height: 1vw !important;
  background-color: #7d6b2b !important;

}

.swiper-pagination {
  bottom: 1.347vw !important;
        display: none;
}

.swiper-pagination-bullet-active {
  background-color: #404040 !important;
}
.swiper-slide{
    width: 130%;
    position: relative;
}


@media screen and (max-width:600px) {
    
.swiper {
    
  padding-top: 4.091vw !important;
  /* padding-bottom: 5.381vw !important; */
  padding-bottom: 6.636vw !important;
 
} 
.swiper-slide{
    width: 140%;
    position: relative;
}
}