.posts-carousel-slide {
    padding: 22px;
}
.custom-nav-row-blog {

}
.posts-carousel-content {
    padding: 0 60px;
}
.custom-nav-row-blog .splide__arrow {
    width: 27px;
    height: 64px;
    background: transparent;
    opacity: 1;

}
.custom-nav-row-blog .splide__arrow {
    max-width: 100%;
}


@media screen and (max-width: 1299px) {
    .posts-carousel-content {
        padding: 0 30px;
    }
    .s-posts-carousel .posts-carousel-slide {
        padding: 5px;

    }
    .s-posts-carousel .small-box {
        box-shadow: none;
        height: 100%;

    }
    .s-posts-carousel .custom-nav-row-blog .splide__arrow {
        width: 20px;
    }
    .s-posts-carousel  .splide__arrows--rtl .splide__arrow--next {
        left: 0;
    }
    .s-posts-carousel  .splide__arrows--rtl .splide__arrow--prev {
        right: 0;
    }
    .s-posts-carousel .small-box__count {
        font-size: 13px;
    }
}

@media screen and (max-width: 743px) {
    .s-posts-carousel .small-box {
        /*box-shadow: 0px 2px 10px 0px #FFFFFF;*/

    }
    .s-posts-carousel .posts-carousel-slide {
        /*padding: 5px 10px;*/
    }
    .posts-carousel-content {
        padding: 0 20px;
    }
    .posts-carousel-content .small-box__name {
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    }
    .posts-carousel-content  .small-box__count {
        font-size: 8px;
        line-height: 20px;
    }
}