.swiper.swiper-results {
    height: 40vh;
}

.swiper-wrapper.wrapper-results {
    height: auto;
    width: 100%;
}

.swiper-slide.slide-results {
    height: auto;
}

.swiper-pagination-bullet-active {
    background: #f00;
}

.next-results:after,
.prev-results:after {
    font-size: 1rem;
    font-weight: 800;
    color: #4C0519;
}

.next-results,
.prev-results {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: white;
    justify-content: center;
    align-items: center;
}
