.swiper {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.swiper-wrapper {
    box-sizing: content-box;
}

.swiper-slide {
    display: flex;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-button-prev::after, 
.swiper-button-next::after {
    color: #3AAAE4;
}

.swiper-pagination-bullet-active {
    background-color: #3AAAE4;
}