.m_swiper {
  margin-bottom: 60px;
}

.swiper-slide {
  width: 100%;
  height: auto;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  top: 50%;
}

.swiper-button-next {
  right: 10px;
  left: auto;
  top: 50%;
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 25px;
} 

.swiper-pagination-bullet {
  width: 25px !important;
  height: 25px !important;
  margin: 0 0 0 20px !important;
  background: #d6d6d6 !important;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2e60d7 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .m_swiper {
    margin-bottom: 35px;
  }
  
  .swiper-pagination-bullets {
    margin-top: 15px;
  }
  
  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
  }
}

@media screen and (max-width:640px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
  }
}