.news-thumb {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.news-thumb img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.news-meta {
    display: flex;
    justify-content: space-between;
}

.news-meta .news-date {
    padding-left: 20px;
    color: #dbb778;
    position: relative;
    margin-bottom: 0;
}

.news-meta .news-label {
    display: inline-block;
    padding: 0px 12px;
    background-color: #dbb778;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.news-content {
    margin-top: 10px;
}

.news-content h3 {
    line-height: 28px;
    font-size: 34px;
}

.news-content h3 a {
    font-weight: 600;
    color: #2e3133;
    font-size: 24px;
    text-decoration: none;
    line-height: 28px;
}

.news-content .read-btn {
    color: #dbb778!important;
    padding-left: 34px;
    position: relative;
    padding-left: 34px;
}

.blog .article-fullwidth {
    padding: 200px 0 40px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    margin-bottom: 40px;
}

.blog .article-fullwidth .overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog .article-fullwidth .container h1 {
    color: #ededed;
    z-index: 2;
    position: relative;
}