.news_section_title h2 {
    color: #285262;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 50px;
    font-size: 2rem;
}

img.news_image {
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.news_post_content h4 a {
    position: relative;
    display: block;
    color: #000;
    padding-top: 35px;
    font-weight: bold;
	font-size: 20px;
}

.news_post_content h4 a:hover {
    color: #81933c;
}

.news_post_content h4 a:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 100%;
    background: #81933C;
    top: 0;
    left: 0;
}

.news_post_content p {
    font-size: 18px;
}

.news_post_content {
    position: relative;
}

.news_post_item {
    margin-bottom: 50px;
}

.readmore_button_play a i {
    position: absolute;
    right: 0;
/*     bottom: 0; */
    width: 50px;
    height: 50px;
    background: #285262;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.news_post_content p.field {
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
	img.news_image {
    margin-bottom: 30px;
}
}