.sc-carousel {
    width: 100%;
    padding: 20px 0;
}

.sc-carousel img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet-active {
    background: #000;
}
