.news-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.25s;
    background: #fff;
}
.news-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    transform: translateY(-4px);
}

.news-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.news-body {
    padding: 14px 16px;
}

.news-date {
    font-size: 13px;
    color: #999;
    margin-bottom: 6px;
}

.news-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}
.news-title:hover {
    color: #796E65;
}

.news-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}


.news-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.news-meta {
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
}

.news-thumb img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0;
}

.news-content {
    font-size: 16px;
    line-height: 1.8;
}

.news-related .news-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: .25s;
}

.news-related .news-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
}

.news-card-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-card-body {
    padding: 14px;
}

.news-card-body h4 {
    font-size: 16px;
    font-weight: 600;
}
