.swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    background-color: #e7d9e2;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    width: 36px;
    height: 6px;
    background: #ff9d00;
    opacity: 1;
}

.swiper-slide img {
    width: 100%;
}