.article-list-hl-block .header {
    text-align: center;
}

.article-list-hl-block img {
    border: 1px solid #251712;
}

.article-list-hl-block .header span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.article-list-hl-block .header h2 {
    margin-bottom: 50px;
}

.article-list-hl-block .item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-list-hl-block .item .image-container {
    position: relative;
    height: 160px;
    background-size: cover;
    background-position: center center;
}

.article-list-hl-block .item .image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.article-list-hl-block .item .description {
    padding: 20px 0;
}

.article-list-hl-block .item .description span {
    font-size: 0.9rem;
}

.article-list-hl-block .footer {
    text-align: center;
    margin-top: 50px;
}

.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;
}

.article-list-hl-block .news-date {
    margin-right: 15px;
}

.article-list-hl-block .news-title {
    font-weight: 600;
}

@media screen and (max-width:991px) {

    .article-list-hl-block .item .image-container {
        height: 285px;
    }

}

@media screen and (max-width:767px) {

    .article-list-hl-block .footer {
        margin-top: 30px;
    }

    .article-list-hl-block .item .image-container {
        height: 215px;
    }

}

@media screen and (max-width:425px) {

    .article-list-hl-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .article-list-hl-block .header h2 {
        margin-bottom: 30px;
    }

    .article-list-hl-block .footer {
        margin-top: 15px;
    }
}
