*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
}
.swiper{
    width: 100%;
    height: fit-content;
    height: 550px;
}
.swiper-slide img{
    width: 100%;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: #fff;
}
.swiper .swiper-pagination-bullet-active{
    background: #fff;
}
@media (min-width:316px){
   .swiper {
  width: 100%;
  height: fit-content;
  height: auto;
}
    .mtb-60px{margin:20px 0}
    .banner-3-area { margin-top: 20px;
}
}