.article-slider-v1 .item .content {
    padding: 20px;
    min-height: 125px;
    border-top: 1px solid rgba(0,0,0,0.1);
    position: relative;
    border: 1px solid #e2e2e2;
}

.article-slider-v1 .item .content .btn-wrapper a{
    font-size: 14px;
}

.article-slider-v1 .item .text-wrapper .category{
    text-transform: uppercase;
    color: #888888;
    padding-bottom: 10px;
}

.article-slider-v1 .item .text-wrapper .title {
    font-size: 18px;
    height: 50px;
    overflow: hidden;
}

.article-slider-v1 .item:hover a{
    color: #000000;
}

.article-slider-v1 .item .text-wrapper .description {
    height: 70px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
}

.article-slider-v1 .item .btn-wrapper{
    width: 100%;
}

.article-slider-v1 .item .btn-wrapper .favorite {
    display: inline-block;
    line-height: 32px;
}

.article-slider-v1 h2{
    text-transform: uppercase;
    text-align: center;
}

.article-slider-v1 .description{
    text-align: center;
}

.article-slider-v1 .heading-wrapper{
    margin-bottom: 35px;
}

.article-slider-v1 .the-date{
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    padding: 5px 15px;
    color: #000000;
}

.article-slider-v1 .the-date .day,
.article-slider-v1 .the-date .month{
    display: inline-block;
}

.article-slider-v1 .item{
    margin: 0px 10px;
}

.article-slider-v1 .slider-navigation-absolute {
    width: calc(100% + 40px);
}

.article-slider-v1 .slider-arrows.slider-navigation-absolute .slick-next,
.article-slider-v1 .slider-arrows.slider-navigation-absolute .slick-prev {
    display: block !important;
}

.slider-navigation-absolute .slick-next ,
.slider-navigation-absolute .slick-prev {
    right: 20px;
    pointer-events: all;
    font-size: 0;
}

.slider-navigation-absolute .slick-next .icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 35px;
    height: 35px;
    background: url('../../../_static/images/dexyco_v2021/arrow_right.svg') no-repeat;
}

.slider-navigation-absolute .slick-prev .icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 35px;
    height: 35px;
    background: url('../../../_static/images/dexyco_v2021/arrow_left.svg') no-repeat;
}

@media screen and (max-width: 768px) {
    .article-slider-v1 .item{
        margin: 0;
    }
}