.TextElement .slick-next {
    right: 10px !important;
}

.TextElement .slick-prev {
    left: 10px !important;
}

.TextElement .slick-prev:before,
.TextElement .slick-next:before{
    color: #f9c650;
    margin: 0;
}

@media screen and (max-width: 767.98px){
    .TextElement .slick-next {
        right: 15px !important;
    }
}