.swiper {
    width: 100%;
    height: 500px;
}

.swiper-pagination-bullet-active {
    background-color: var(--bs-primary);
}


.swiper-button-next:after,
.swiper-button-prev:after {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 30px;
}
