.blog.wrap_latest_news {
    margin-bottom:0
}
.blog.wrap_latest_news > div {
    margin-bottom: 4rem
}
/* .js_more_blog.button {
    margin: 20px 0;
} */
.latest-item {
    border: 1px solid var(--Stroke-Primary);
    background-color: var(--Background-Secondary);
}
.latest-item-date {
    color: var(--Text-Tertiary);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.175rem;
    text-transform: uppercase;
    margin-bottom: .25rem;
}
/**/
.latest-item.first-item {
    height: auto;
    display: flex;
}
.latest-item.first-item:hover {
    border-color: var(--Stroke-onHover);
}
.latest-item.first-item:hover .blog-item-button {
    color: var(--Text-Tertiary);
    border-color: var(--Stroke-onHover);
}
.latest-item.first-item h2.latest-item-title {
    font-family: 'Caesar Dressing', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.05rem;
    margin-bottom: 1.5rem
}
.latest-item.first-item .latest-item-img {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1.6;
}
.latest-item.first-item .latest-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.latest-item-content {
    position: relative;
}
.first-item-info {
    color:#fff;
    font-size: 1.125rem;
    max-height: 12rem;
    padding: 0;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.latest-item.first-item .latest-item-content {
    padding:0
}
.latest-item.first-item .ws-button {
    position: relative;
    right: auto;
    left: 0;
    bottom: auto;
}
.blog.wrap_latest_news + div > .pagination {
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .latest-item.first-item .latest-item-img,
    .latest-item.first-item .latest-item-content {
        flex-basis: 50%
    }
}
@media only screen and (max-width: 991px) {
    .latest-item-date {
        font-size: 0.75rem;
    }
    .first-item-info {
        font-size: 1rem;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-item.first-item {
        margin: 3rem 0
    }
    .blog.wrap_latest_news > div {
        margin-bottom: 2.5rem
    }
    /* .js_more_blog.white-button {
        margin:50px 0
    } */
    .latest-item.first-item .latest-item-content {
        padding: 1.25rem 1.25rem 5rem;
    }
    .first-item-info {
        max-height: 12rem;
        -webkit-line-clamp: 4;
    }
}
@media only screen and (min-width: 992px) {
    .latest-item.first-item .latest-item-content {
        padding: 2rem 2.5rem 5rem;
    }
    .latest-item.first-item {
        margin: 5rem 0
    }
    .blog.wrap_latest_news > div {
        margin-bottom: 4rem
    }
    .latest-item.first-item h2.latest-item-title {
        font-size: 2rem;
    }

}

@media only screen and (max-width: 767px) {
    /* .js_more_blog.white-button {
        margin:30px 0
    } */
    .blog.wrap_latest_news > div {
        margin-bottom: 1.5rem
    }

    .latest-item.first-item {
        margin: 2rem 0;
        flex-direction: column;
    }
    .latest-item.first-item .latest-item-img {
        aspect-ratio: 1.817;
    }
    .latest-item.first-item .latest-item-content {
        padding: 1.25rem 1.5rem 5rem;
    }
    .latest-item.first-item h2.latest-item-title {
        margin-bottom: 1rem;
        font-size: 2rem
    }
}
@media (min-width: 1200px) {
    .latest-item.first-item h2.latest-item-title {
        font-size: 2.5rem;
    }
}
