.travel-article-list-hl-block .header {
    text-align: center;
}

.travel-article-list-hl-block .header span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.1rem;
    color: #c4262e;
    margin-bottom: 10px;
}

.travel-article-list-hl-block .header h2 {
    margin-bottom: 50px;
}

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

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

.travel-article-list-hl-block .item .image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

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

.travel-article-list-hl-block .item .description p {
    margin-bottom: 1.5rem;
}

.travel-article-list-hl-block .item .description span {
    color: #595957;
    font-size: 0.9rem;
}

.travel-article-list-hl-block .collage-view .item .description span {
    color: #ffffff;
    font-size: 0.9rem;
}

.travel-article-list-hl-block .footer {
    text-align: center;
    margin-top: 50px;
}

.travel-article-list-hl-block .item a,
.travel-article-list-hl-block ul li a {
    font-weight: 600;
}

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

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

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

.travel-article-list-hl-block .news-date {
    margin-right: 15px;
}

.travel-article-list-hl-block .news-title {
    font-weight: 600;
}

.travel-article-list-hl-block .collage-view .image-wrapper {
    position: relative;
}

.travel-article-list-hl-block .collage-view .item {
    position: relative;
}

.travel-article-list-hl-block .collage-view .description {
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
}

.travel-article-list-hl-block .btn-wrap {
    max-width: 100%;
}

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

    .travel-article-list-hl-block .item .image-container {
        height: 285px;
    }

}

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

    .travel-article-list-hl-block .footer {
        margin-top: 30px;
    }

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

}

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

    .travel-article-list-hl-block {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .travel-article-list-hl-block .header h2 {
        margin-bottom: 30px;
    }

    .travel-article-list-hl-block .footer {
        margin-top: 15px;
    }

}