.news_home {
    padding: 80px 0
}

.blog-card, #recent-posts-2 {
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-content p {
    color: #000;
}

.blog-card h3, .read-more, #recent-posts-2 li a {
    background: -webkit-linear-gradient(90deg, #b97627 0, #e7a245 48%, #f9c270 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.posted-on, #recent-posts-2 li .post-date, .blog-content .entry-content {
    color: #000
}

#recent-posts-2 li .post-date {
    font-size: 12px;
    margin-left: 10px;
}
