.latest-news .section-title{
  text-align:center;
}

.latest-news .latest-news-list .latest-blogpost-item{
  box-shadow: 1px 0px 16px 0px rgba(0,0,0,0.24);
  padding: 30px;
  border-radius: 5px;
}
.latest-news .latest-news-list .latest-blogpost-item .blog-featured-image:hover{
  opacity:0.8;
  transition:.3s ease-in-out;
}
.latest-news .blog-post-content .post-title a {
  font-size: 32px;
  color: #2a2929;
  font-weight: 300;
}
.latest-news .blog-post-content .post-title a:hover{
  color:#a58d49;
  transition: all .6s ease-out 0s;
  text-decoration:none;
}
.latest-news .blog-post-content .post-description {
  font-size: 23px;
/*   font-size:18px; */
  color: #2a2929;
  font-weight: 300;
  line-height: 32px;
  padding: 15px 0;
}
.latest-news .blog-post-content .read-more-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top:auto;
}

.latest-news .section-image img{
  width:100%;  
}
.latest-blog-news-section .dnd_area_blog_section-row-0-padding > div{
  max-width:100%;
}

/* .blog-post-content .read-more-section .read-more-btn {
display: inline-block;
background: #018849;
text-decoration: none;
border:2px solid #018849;
border-radius: 5px;
font-size: 24px;
color: #fff;
padding: 15px 30px;
} */

.blog-post-content .date{
  font-size; 22px; 
  color:#a9a9a9;
  font-weight: 300;
}

.blog-post-content .read-more-section .read-more-btn{
  display: inline-block;
  background-color: #018849 !important;
  text-decoration: none;
  border-radius: 5px;
  border:2px solid #018849;
  font-size: 24px;
  color: #fff;
  padding: 15px 45px 15px 30px;
  position:relative;
  background: url('https://f.hubspotusercontent40.net/hubfs/8870642/Pronokal_theme/Arrow%20(1).png')no-repeat;
  background-position: 95% center; 
}
.blog-post-content .read-more-section .read-more-btn:hover{
  color: #018849;
  background-color: #FFF !important;
  transition: all .6s ease-out 0s;
  background: url('https://f.hubspotusercontent40.net/hubfs/8870642/Pronokal_theme/hover-arrow.png')no-repeat;
  background-position: 95% center;
}

.latest-news-list .card-inner-wrapper{
  display:flex;
  flex-wrap:wrap;
}

.latest-news-list .latest-blog-news-wrapper .blog-featured-image img {
  width: 100%;
}

.latest-news .latest-blog-news-wrapper .blog-post-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

@media(min-width: 992px){
  .latest-news .latest-news-list .latest-blog-news-wrapper {
    width: 50%;
    padding: 0 15px;
    padding-bottom:30px;
  }
}

@media(max-width: 991px){
  .latest-news .latest-news-list .latest-blog-news-wrapper {
    width: 100%;
    padding: 0 15px;
  }
}
.latest-news  .latest-blog-news-wrapper .latest-blogpost-item {
  display:flex;
  flex-direction:column;
  height:100%;
}