.news-slider-slider {
    margin: 35px 0 0 -2%;
}

.nw-slider-itemInn {
    background-color: var(--grey-dark);
    width: 95%;
    float: right;
}

.nw-slider-itemInn a {
    transition: color .3s ease;
}

.nws-image {
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative;
}

.nws-image picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nws-image picture img {
    display: block;
    line-height: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nws-title {
    box-sizing: border-box;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 20px 10px;
}

.nws-desc {
    box-sizing: border-box;
    font-size: 12px;
    margin: 10px 20px;
    height: 65px;
    overflow: hidden;
    position: relative;
}

.nws-desc:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: linear-gradient( 180deg, rgba(35, 34, 42, 0) 0%, var(--grey-dark) 100%);
}

.nw-slider-item {
    box-sizing: border-box;
}

.nws-tags {
    padding: 0 20px 20px;
}

.nws-tags a {
    color: var(--red-color);
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.nws-tags a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 850px) {
    .carousel-header {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .slick-slider {
        margin: 35px 0 0 0;
    }
    .nw-slider-itemInn {
        background-color: var(--grey-dark);
        width: 100%;
        float: none;
    }
}