.swiper-container {
    width:50%;
    height:auto;
}
.swiper-slide {
    width:auto;
    height:auto;
}
.swiper-container img {
    width:100%;
    height:auto;
}

swiper-lazy-preloader {
    color :#6E76E5 !important;
}

.swiper-wrapper {
    min-height: 400px !important;
}
.swiper-lazy-loading {
    display:none;
}

.swiper-pagination span {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 20px;
}

.swiper-pagination-bullet-active{
    background:#FD7D52 !important;
}


