.tour-destination-wrapper .destination-item {
    margin-top: 3rem;
}

.tour-destination-wrapper .swiper .swiper-wrapper .swiper-slide {
    max-height: 25rem;
    height: 100%;
}

.tour-destination-wrapper .swiper .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tour-destination-wrapper .swiper {
    margin-top: 2rem;
}

.tour-destination-wrapper .swiper .swiper-button-prev {
    margin-left: 1.5rem;
    font-size: 25px;
    fill: #FFF3EC
}

.tour-destination-wrapper .swiper .swiper-button-next {
    margin-right: 1.5rem;
    font-size: 25px;
    fill: #FFF3EC
}

.tour-destination-wrapper .swiper .swiper-button-prev:after {
    content: '';

}

.tour-destination-wrapper .swiper .swiper-button-next:after {
    content: '';
}