.blog-recent-posts-section .card {
    border-width: 0
}

.blog-recent-posts-section .card-image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.slick-arrow {
    background-color: #e5e5e5;
    border-radius: 50%;
    font-size: 33px;
    height: 56px;
    width: 56px
}

.slick-list {
    padding: 10px 0
}

.slider-outer {
    margin-top: -20px
}

.blog-post-card {
    padding: 0 40px
}

.prev {
    right: 90px
}

.next,
.prev {
    position: absolute;
    top: -75px
}

.next {
    right: 20px
}

.arrow {
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100% 50%;
    width: 75px
}

@media(max-width:1400px) {
    .slick-list {
        padding-top: 36px
    }
    .prev {
        right: 90px
    }
    .next,
    .prev {
        position: absolute;
        top: 0
    }
    .next {
        right: 20px
    }
}

@media(max-width:768px) {
    .next,
    .prev {
        display: none !important
    }
    .slick-list {
        padding: 10px 0
    }
    .arrow {
        width: 0 !important
    }
    .card-image {
        min-height: 160px !important
    }
}