a.home-latest-posts-item {
    color: inherit;
}
.post_meta_wrap {
    font-size: 13px;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
}

.home-latest-posts-title.featured-news{
    color: #fe9000!important;
}
.home-latest-posts-tabs {
    margin-bottom: 1rem
}
.home-latest-posts-tab {
    display: flex;
    align-items: center;
    height: 2rem;
    padding: 0 0.25rem 0.75rem 0.25rem;
    border-bottom: 2px solid transparent;
    color: var(--Gray-500);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all .3s
}
.home-latest-posts-tab:not(:last-child) {
    margin-right: .75rem
}
.home-latest-posts-tab.active, .home-latest-posts-tab:hover {
    color: var(--Brand-700);
    border-color:var(--Brand-600);
}
.new-home-latest-posts-wrap.home-latest-posts-wrap .item-post-img {
    margin-bottom: 0
}
.new-home-latest-posts-wrap a.home-latest-posts-item {
    margin-bottom: 1rem;
}
.new-home-latest-posts-wrap .home-latest-posts-title {
    color: var(--Gray-900);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: .25rem
}
.new-home-latest-posts-wrap .home-latest-posts-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: var(--Gray-600);
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .25rem;
}
@media (max-width:676px) {
    .home-latest-posts-wrap.new-home-latest-posts-wrap {
        margin-bottom: 1.5rem
    }
}
@media (max-width: 575px) {
    .new-home-latest-posts-wrap .col-6 .home-latest-posts-title {
        font-size: 1rem
    }
}
.tabs_cats_mobile {
    padding: 0.625rem 0.875rem;
    border-radius: 0.25rem;
    border: 1px solid var(--Gray-300);
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}
