.rev-recent-blog-posts .post-item { border: 2px solid #EBEBEB; border-radius: 10px; overflow: hidden; }
.rev-recent-blog-posts .post-item:hover { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.rev-recent-blog-posts .post-item > img { width: 100%; margin-bottom: 10px; min-height: 160px; }
.rev-recent-blog-posts .post-item p, .rev-recent-blog-posts .post-item h3 {margin-left: 15px;margin-right: 15px;margin-top: 20px;}
@media screen and (min-width:992px) {
.rev-recent-blog-posts .post-item p { min-height: 150px; }
.rev-recent-blog-posts .post-item h3 {min-height: 90px;line-height: 1.3em;}
}
.rev-recent-blog-posts .post-item h3 a:hover { text-decoration: none; }
.rev-recent-blog-posts .action { margin: 60px 30px 60px 30px; }
@media screen and (max-width:991px) {
.rev-recent-blog-posts .post-item { margin-bottom: 20px; }
.rev-recent-blog-posts .action { margin: 30px 30px 60px 30px; }
.rev-recent-blog-posts .post-item > img {min-height: 140px;}
}