#carusel .swiper {
    margin-top: -6em;
    padding-top: 4em;
}

.carusel-navigation {
    display: flex;
    justify-content: flex-end;
}

#carusel .swiper-button-next, #carusel .swiper-button-prev {
    position: relative;
    color: #fff;
    z-index: 99;
    margin-bottom: 1em;
}

#carusel .swiper-button-prev {
    right: 1em;
    left: unset;
}

@media (max-width: 768px) {
    #carusel {
        text-align: center;
    }

    #carusel .swiper {
        margin-top: -2em;
    }

    #carusel {
        padding: 0 1.5em!important;
    }

    .swiper-button-prev {
        width: 100px!important;
        left: -40px!important;
    }

    .swiper-button-next {
        width: 100px!important;
        right: -40px!important;
    }

    .swiper .swiper-button-prev {
        top: unset;
        bottom: 0;
        left: 30%!important;
    }

    .swiper .swiper-button-next {
        top: unset;
        bottom: 0;
        right: 30%!important;
    }

    .swiper_1 .swiper-button-prev {
        left: 27%!important;
    }

    .swiper_1 .swiper-button-next {
        right: 27%!important;
    }

    .page-template-about .swiper-button-prev {
        left: -70px !important;
    }

    .page-template-about .swiper-button-next {
        right: 110px !important;
    }
}