.hzt-elementor-swiper-container {
    padding: 30px 0;
}


.hzt-elementor-swiper-container .hzt-swiper-btn-next,
.hzt-elementor-swiper-container .hzt-swiper-btn-prev {

    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 20px;
    cursor: pointer;
    position: absolute;
    width: 100%;
}

.hzt-elementor-swiper-container .hzt-swiper-btn-next {
    background-image: url(./images/arrow-down.svg);
    bottom: 0;

}

.hzt-elementor-swiper-container .hzt-swiper-btn-prev {
    background-image: url(./images/arrow-up.svg);
    top: 0;
}