.article-list-hl-block .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-list-hl-block .item .image {
    position: relative;
    height: 160px;
    background-size: cover;
    background-position: center center;
}

.article-list-hl-block .item .description {
    padding: 20px 0;
}

.article-list-hl-block ul {
    list-style-type: none;
    padding-left: 0;
    width: 100%;
}

.article-list-hl-block li {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.article-list-hl-block li:first-child {
    border-top: 1px solid #e0e0e0;
}

@media screen and (max-width:991px) {
    
    .article-list-hl-block .item .image {
        height: 285px;
    }
    
}

@media screen and (max-width:767px) {

    .article-list-hl-block .item .image {
        height: 215px;
    }
    
}

@media screen and (max-width:425px) {
    
    .article-list-hl-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
}
