#featured-news.blog.blog-single {
    padding: 15px 0 50px;
    background: #fff;
}

#featured-news.blog.blog-single .container {
    padding: 0px;
}

.header-news-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px !important;
    padding: 0px !important;
}

.banner-overlay {
    position: relative;
    top: 100px;
}

.breadcrumb li a,
.breadcrumb li span {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.breadcrumb-container {
    display: flex;
    align-items: center;
}

.blog-grid .container {
    padding: 0px;
}

.post__meta {
    padding-bottom: 20px;
    padding-left: 20px;
}

.post-item a {
    font-size: 18px;
}

/* .blog-grid .post-item {
    height: 230px;
    max-height: 230px !important;
    width: 100%;
    aspect-ratio: 16/9;
} `*/

.blog-grid .post-item {
    height: 160px;
}

#featured-news .widget__content {
    padding: 0px 15px 0px 0px;

}

#featured-news .widget-post-item:hover {
    background: #fff;
}

#featured-news .large-item.post__img {
    height: 300px;
}