.splide__arrow {
    background: rgba(0,0,0,0.8);
    width: 3em;
    height: 3em;
}

.splide__arrow svg {
    fill: #FFFFFF;
    width: 1.5em;
    height: 1.5em;
}

.splide__pagination {
    position: relative !important;
    bottom: auto !important;
}

.head_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media (max-width: 767px) {
    .splide__arrow--prev {
        left: -8%;
    }
    .splide__arrow--next {
        right: -8%;
    }
}