.swiper-container {
   width: 100%;
   padding-top: 50px;
   padding-bottom: 50px;
 }
 .swiper-slide {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
 }

.swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   margin: auto 4px;
   transition: all 0.3s;
}

 .swiper-pagination-bullet-active {
   background: #fc3a3a;
}
