.swiper-container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;

    text-align: center;
    line-height: 400px;
}
.swiper-slide img{
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    border-radius: 5px;
}
.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    border-radius: 10px !important;
    background: #f19975;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #4652a1;
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right{
    background-image: none;
}