.latest-news-block {
    display: inline-block;
    width: 100%;
}

.latest-news-block .heading-latest-news-block {
    color: #434343;
    text-align: center;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 92px;
    letter-spacing: -1.8px;
    margin: 0;
    margin-bottom: 68px;
}

.latest-news-block .list-items-post {
    position: relative;
    height: 0;
    padding-bottom: 563.945px;
}

.latest-news-block .list-items-post .border-items-post {
    display: flex;
    gap: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.latest-news-block .list-items-post .item-post {
    width: 58.6%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 44px 49px;
    position: relative;
}

.latest-news-block .list-items-post .item-post:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(61, 61, 61, 0.00) 0%, rgba(61, 61, 61, 0.84) 58.87%, rgba(61, 61, 61, 0.86) 100%);
    mix-blend-mode: multiply;
    height: 100%;
    z-index: 1;
}

.latest-news-block .list-items-post .item-post .content-info {
    max-height: 100%;
    height: fit-content;
    overflow: auto;
    z-index: 4;
    width: 100%;
}

.latest-news-block .list-items-post .block-below .item-post {
    width: 100%;
    height: calc(50% - 10px);
    padding: 25px 30px;
}


.latest-news-block .list-items-post .block-below {
    width: 41.4%;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}

.latest-news-block .list-items-post .item-post .title-post {
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    margin-bottom: 12px;
    max-width: 68.7%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.latest-news-block .list-items-post .block-below .item-post .title-post {
    max-width: 62%;
}

.latest-news-block .list-items-post .item-post .excerpt-post {
    color: #FFF;
    font-family: Kanit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: lowercase;
    letter-spacing: 0.7px;
}

.latest-news-block .list-items-post .item-post .link-port {
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    margin-top: 17px;
}

.latest-news-block .list-items-post .block-below .item-post .link-port {

    margin-top: 22px;
}

.latest-news-block .list-items-post .item-post .link-port:not(:hover) {
    color: #fff;
}

.latest-news-block .list-items-post .item-post .link-port svg {
    margin-left: 8px;
}


@media (max-width: 1600.98px) {
    .latest-news-block .list-items-post {
        padding-bottom: 36.65vw;
    }

    .latest-news-block .list-items-post .border-items-post {
        gap: 17px;
    }

    .latest-news-block .list-items-post .item-post {
        width: 58.5%;
        padding: 48px 42px;
    }

    .latest-news-block .list-items-post .block-below {
        width: 41.5%;
        height: 100%;
        gap: 17px;
    }

    .latest-news-block .list-items-post .block-below .item-post {
        width: 100%;
        height: calc(50% - 8.5px);
        padding: 20px 27px;
    }



    .latest-news-block .list-items-post .item-post .title-post {
        max-width: 77.2%;
    }
}

@media (max-width: 1199.98px) {
    .latest-news-block .list-items-post .block-below .item-post .title-post {
        max-width: 80%;
    }

    .latest-news-block .list-items-post .border-items-post {
        flex-direction: column;
        position: static;
    }

    .latest-news-block .list-items-post {
        height: auto;
        padding-bottom: 0;
        position: static;
    }

    .latest-news-block .list-items-post .item-post {
        min-height: 503px;
        width: 100%;
        padding: 20px 27px;
    }

    .latest-news-block .list-items-post .block-below .item-post {
        min-height: 242px;
    }

    .latest-news-block .list-items-post .block-below {
        flex-direction: row;
        width: 100%;
    }

    .latest-news-block .list-items-post .item-post .link-port {
        margin-top: 10px;
    }

    .latest-news-block .list-items-post .block-below .item-post .link-port {
        margin-top: 16px;
    }

    .latest-news-block .list-items-post .item-post .excerpt-post {
        letter-spacing: -0.2px;
    }
}

@media (max-width: 991.98px) {
    .latest-news-block .heading-latest-news-block {
        font-size: 45px;
        line-height: 54px;
        letter-spacing: -0.9px;
        margin-bottom: 45px;
    }

    .latest-news-block .list-items-post .item-post .title-post {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .latest-news-block .list-items-post .block-below {
        flex-direction: column;
    }

    .latest-news-block .list-items-post .border-items-post {
        gap: 14px;
    }

    .latest-news-block .heading-latest-news-block {
        margin-bottom: 38px;
    }

    .latest-news-block .list-items-post .item-post {
        padding: 18px 20px;
    }

    .latest-news-block .list-items-post .block-below .item-post {}
}