.list-category-stalent-news .list_posts {
    margin: 0;
    justify-content: unset;
    display: flex;
    flex-wrap: wrap;
    gap: 2.08rem;
}
.list-category-stalent-news .list_posts .col-4.col-lg-4 {
    max-width: calc(33.33% - 20px);
    height: 100%;
    padding: 0;
}
.list-category-stalent-news .post_item {
    border-radius: .97rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px .49rem 2.01rem 0px;
    height: 29.17rem;
    position: relative;
}
.list-category-stalent-news .post_item .thumb {
    border-radius: 1.04rem;
    overflow: hidden;
    height: 19.44rem;
    display: block;
}
.list-category-stalent-news .list_posts>div span img {
    height: 100%;
    width: 100%;
    border-radius: .97rem;
    object-fit: cover;
}
.list-category-stalent-news .post_item>.thumb img {
    transition: transform 0.3s ease-in-out;
}
.list-category-stalent-news .post_item>.thumb:hover img {
    transform: scale(1.1);
}
.list-category-stalent-news .list_posts>div .list_cat {
    display: flex;
    gap: .69rem;
    flex-wrap: wrap;
}
.list-category-stalent-news .list_posts>div .list_cat {
    position: absolute;
    bottom: 36%;
    left: .97rem;
}
.list-category-stalent-news .list_posts>div .list_cat .cat_name {
    background: #fff;
    border-radius: 2.08rem;
    font-size: .69rem;
    padding: 0px .49rem;
    font-weight: bold;
    color: #000;
    display: inline-block;
    line-height: 1.67rem;
}
.list-category-stalent-news .list_posts>div p {
    font-size: .9rem;
    margin-bottom: 0;
    padding: 1.11rem 1.39rem 0 1.39rem;
    color: #000;
}
.list-category-stalent-news .post_item p{
    display: block;
}
.list-category-stalent-news .list_posts>div h5 {
    font-size: 1.39rem;
    margin-bottom: 0;
    font-weight: bold;
    padding: .42rem 1.39rem .83rem 1.39rem;
    line-height: 30px;
}
.list-category-stalent-news .list_posts>div h5 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    height: 4.86rem;
    color: #000;
}
.list-category-stalent-news .pagination {
    display: flex;
    gap: 0.556rem;
    justify-content: center;
    margin: 1.39rem 0 0 0;
}
.list-category-stalent-news .pagination .page-numbers,
.list-category-stalent-news .pagination .last-page,
.list-category-stalent-news .pagination .first-page {
    border: .07rem solid #F1F1F1;
    border-radius: 5.37rem;
    width: 2.78rem;
    height: 2.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #333333;
    transition: all 0.3s ease;
}
.list-category-stalent-news .pagination .page-numbers.current,
.list-category-stalent-news .pagination .page-numbers:hover {
    color: #ffffff;
    background-color: rgba(0, 100, 62, 1);
    border: .07rem solid rgba(0, 100, 62, 1);
    transition: all 0.3s ease;
}
.list-category-stalent-news .pagination .first-page:hover, 
.list-category-stalent-news .pagination .last-page:hover {
    background-color: rgba(0, 100, 62, 1);
    transition: all 0.3s ease;
}
.list-category-stalent-news .pagination .prev.page-numbers:hover svg path, 
.list-category-stalent-news .pagination .next.page-numbers:hover svg path, 
.list-category-stalent-news .pagination .first-page:hover svg path, 
.list-category-stalent-news .pagination .last-page:hover svg path {
    background-color: rgba(0, 100, 62, 1);
    fill: #FFFFFF;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 767.9px) {
    .list-category-stalent-news {
        padding: 5.09rem 3.82rem;
    }
    .list-category-stalent-news .list_posts {
        gap: 8.91rem;
    }
    .list-category-stalent-news .list_posts .col-4.col-lg-4 {
        max-width: 100%;
        width: 100%;
    }
    .list-category-stalent-news .post_item {
        height: 106.87rem;
        border-radius: 3.56rem;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 1.78rem 7.38rem 0px;
    }
    .list-category-stalent-news .post_item .thumb {
        height: 71.25rem;
    }
    .list-category-stalent-news .post_item>.thumb img {
        border-radius: 1.78rem;
    }
    .list-category-stalent-news .list_posts>div .list_cat {
        left: 3.56rem;
    }
    .list-category-stalent-news .list_posts>div .list_cat .cat_name {
        font-size: 4.07rem;
        line-height: 6.36rem;
        border-radius: 7.63rem;
        padding: 0 1.78rem;
    }
    .list-category-stalent-news .list_posts>div p {
        font-size: 3.56rem;
        padding: 4.58rem 5.09rem 0 5.09rem;
    }
    .list-category-stalent-news .list_posts>div h5 {
        font-size: 4.58rem;
        height: 17.81rem;
        line-height: 170%;
        padding: 1.53rem 5.09rem 3.05rem 5.09rem;
    }
    .list-category-stalent-news .pagination {
        gap: 1.7rem;
        margin-top: 5rem;
        margin-bottom: -4rem;
    }
    .list-category-stalent-news .pagination .page-numbers, 
    .list-category-stalent-news .pagination .last-page, 
    .list-category-stalent-news .pagination .first-page {
        height: 7.8rem;
        width: 7.8rem;
        font-size: 3.75rem;
        border-radius: 5.37rem;
    }
}