.swiper-1 {
    padding-top: .75em;
}

.swiper-1 .swiper-pagination-bullet-active {
    opacity: 1;
    border: none;
    width: 20px;
    height: 8px;
    /* background-color: #2196f3; */
    border-radius: 10px;
}

.swiper-1 .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
}

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