.swiper-pagination-bullet {
    background: #4a5568;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #c5a059 !important;
    opacity: 1;
}

.swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}
