.ova-blog{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-gap:40px;}
.ova-blog .blog-content:not(:last-child){margin-bottom:40px;}
.ova-blog .blog-content .post-media{margin-bottom:0px;min-height:280px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.ova-blog .blog-content .post-media + .post-content{margin-right:50px;padding-right:0px;margin-top:-80px;position:relative;}
.ova-blog .blog-content .post-content{background-color:#fff;}
.ova-blog .blog-content .post-content .post-meta-content{display:inline-block;margin:0;padding-top:33px;padding-bottom:12px;}
.ova-blog .blog-content .post-content .post-meta-content .post-date{font-size:17px;line-height:22px;color:#777777;text-transform:capitalize;}
.ova-blog .blog-content .post-content h2.title{margin-top:0px;margin-bottom:28px;line-height:unset;}
.ova-blog .blog-content .post-content h2.title a{font-size:28px;line-height:35px;color:#25282e;text-transform:unset;font-weight:normal;}
.ova-blog .blog-content .post-content h2.title a:hover{color:#515358;}
.ova-blog .blog-content .post-content .post-body{margin-bottom:28px;margin-top:-6px;}
.ova-blog .blog-content .post-content .post-body .post-excerpt p{font-size:17px;line-height:26px;color:#777777;}
.ova-blog .blog-content .post-content .post-readmore a{font-size:16px;line-height:22px;color:#25282e;border-bottom:2px solid #25282e;position:relative;}
.ova-blog .blog-content .post-content .post-readmore a:after{position:absolute;left:0;bottom:-3px;content:"";width:0px;height:2px;background-color:#25282e;}
.ova-blog .blog-content .post-content .post-readmore a:hover{border-bottom:none;}
.ova-blog .blog-content .post-content .post-readmore a:hover:after{width:100%;transition:0.4s;}
@media(max-width:991px){
.ova-blog{grid-template-columns:1fr 1fr;grid-row-gap:40px;}
}
@media(max-width:767px){
.ova-blog {
grid-template-columns: 1fr;
grid-column-gap: 0px;
}
.ova-blog .blog-content .post-media + .post-content {
margin-right: 0px;
padding-right: 0px;
margin-top: 0px;
}
}