.recent-news .news-heading {
    color: #0f542c;
    margin-bottom:0;
}
.recent-news .news-heading:hover {
    color: #0d6efd;
}
.news-para{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 50px;
}
.recentnews h3 {
    padding: 20px 20px 0px 20px;
}
.recentnews p {
    padding: 0 20px 20px 20px;
}