.news_featured-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 78px;
}

.news_featured-inner .post-item {
    width: calc(50% - 78px * 1 / 2);
    margin-bottom: 86px;
}
.tab-title {
    display: flex;
    gap: 32px;
    padding: 0;
    width: 63%;
}

.tab-title li {
    list-style: none;
}

.tab-title a {
    border-radius: 53px;
    border: 1px solid #E1E1E1;
    padding: 8px 45.5px;
    display: inline-block;
    vertical-align: middle;
    color: #2A2A2A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 198.477%;
    min-width: 120px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.tab-title a:hover, .news-listing .tab-title li.active a{
    background: #57D575;
    border-color: #57D575;
}

.banner-listing {
    display: flex;
    max-width: 1304px;
    padding: 0 40px;
    margin: 0 auto;
}

.banner-listing .container {
    padding: 0;
}

.banner-listing .banner-text {
    padding: 131px 0 52px;
    width: 62%;
}

.banner-listing .featured-image {
    width: 40%;
    margin-bottom: -73px;
}

.list-post .list-post-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.list-categories {
    margin-bottom: 52px;
}

.list-post .post-item{
    width: calc(33.333% - 22px * 2 / 3);
    margin-bottom: 58px;
}

.post-item .featured-image {
    position: relative;
    padding-bottom: calc(277.228/394 * 100%);
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 16px;
    display: block;
}
.post-item a {
    cursor: pointer;
}

.post-item .featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: .5s;
}

.post-item:hover .featured-image img {
    transform: scale(1.03);
}

.post-info ul li {
    list-style: none;
}

.post-info ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.post-info ul li .category-name {
    border-radius: 53px;
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 1px 21px 0px;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    font-family: 'Poppins';
}

.post-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
    gap: 12px;
    align-items: center;
}

.post-info .date {
    color: #818181;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    text-transform: capitalize;
    margin-top: 1px;
}

.news-listing .post-title {
    color: #2A2A2A;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 31.2px */
    text-transform: capitalize;
}

.news-listing .post-title a {
    color: #2A2A2A;
}



a.more-link {
    display: none;
}

.banner-listing .short-description {
    max-width: 581px;

}

.news_featured-inner .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    margin-top: 8px;
    color: #2A2A2A;
}

.list-post .pagination {
    padding: 17px 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-post .post-title a {
    line-height: 130%;
    color: #2A2A2A;
}

.list-post .container {
    max-width: 1307px;
}

@media (min-width: 768px){
    .banner-listing .banner-text .banner-title {
        margin-bottom: 19px;
    }
    
    .banner-listing .banner-text .short-description * {
        line-height: 140%;
    }
}

@media (min-width: 992px){
    .list-categories {
        margin-top: -5px;
    }

    .banner-listing .featured-image {
        margin-top: 72px;
    }
}


@media (max-width: 991px){
    .news_featured-inner {
        gap: 22px;
    }
    
    .news_featured-inner .post-item {
        width: calc(50% - 22px * 1 / 2);
    }
    
    .banner-listing .featured-image {
        display: none;
    }
    
    .list-post .post-item {
        width: calc(50% - 22px * 1 / 2);
        margin-bottom: 18px;
    }
    
   .news-listing .tab-title {
        gap: 12px;
        flex-wrap: wrap;
        width: 100%;
    }

    .banner-listing .banner-text{
        width: 100%;
        padding: 49px 0 44px;
    }
}

@media (max-width: 767px){
    .news_featured_post {
        display: none;
    }

    
    .short-description {
        margin-top: 20px;
    }
    
    .tab-title a {
        padding: 7.5px 45.5px;
    }
    
    .list-categories {
        margin-bottom: 78px;
    }
    
    .list-post .list-post-inner {
        margin-bottom: 41px;
    }


    .banner-listing .short-description {
        width: 84%;
    }
    
    .list-post .pagination {
        padding: 0 0 59px;
    }

    .banner-listing .banner-text .subtext {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px){
    .list-post .post-item {
        width: 100%;
    }

    .news_featured-inner .post-item {
        width: 100%;
    }
}
