.VueCarousel-pagination {
    margin-top: -70px;
    z-index: 1;
    position: relative;
    bottom: 35px;
}

.VueCarousel-dot {
    background-color: #929292 !important;
}

.VueCarousel-dot--active {
    background-color: #00BDC5 !important;
}

.VueCarousel-navigation-prev {
    left: 97.2% !important;
}

.VueCarousel-navigation-next {
    right: 2.8% !important;
}

.VueCarousel-navigation-prev::after {
    content: url('/images/arrowLeft.svg');
    transform: rotate(180deg);
}

.VueCarousel-navigation-next::after {
    content: url('/images/arrowRight.svg');
}

.VueCarousel-navigation-button {
    width: 40px !important;
    height: 40px !important;
    top: -66px !important;
}
@media screen and (max-width: 1400px) {

    .VueCarousel-navigation-prev {
        left: 94.2% !important;
    }

    .VueCarousel-navigation-next {
        right: 5.8% !important;
    }
}


@media screen and (max-width: 810px) {

    .VueCarousel-navigation-prev {
        left: 91.2% !important;
    }

    .VueCarousel-navigation-next {
        right: 8.8% !important;
    }
}@media screen and (max-width: 600px) {

    .VueCarousel-navigation-prev {
        left: 88.2% !important;
    }

    .VueCarousel-navigation-next {
        right: 11.8% !important;
    }
}
