.recent-posts-block{
  background-color: white;
}

.recent-blog-featured-image{
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.recent-blog-content{
  padding: 15px 15px 50px;
  border-top: 0;
  height: calc(100% - 200px);
  position: relative; 
}

.recent-blog-content .read-more{
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 15px;  
}