.vc_posts.card.style-2.v1 .vc_posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.vc_posts.card.style-2.v1 .card-recent_post {
    background: #0000;
    border: 0!important;
}
.vc_posts.card.style-2.v1 .title-head_card {
    margin: 5px 25px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
}
.vc_posts.card.style-2.v1 .card-post_m img {
    height: 170px !important;
  }
.vc_posts.card.style-2.v1 .date-post_card {
    color: #FFF;
}
.vc_posts.card.style-2.v1 .card-recent_post h4 a {
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    font-size: 20px;
}
/*for Mobile*/
@media (max-width: 767px) {
  .vc_posts.card.style-2.v1 .vc_posts-wrapper {
      grid-template-columns: repeat(1, 1fr);
  }
  .vc_posts.card.style-2.v1 .card-recent_post:last-child {
    display: none;
}
}
/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {

}
