.vc_posts.card.style-2.v2 .vc_posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.v-col-2 .vc_posts.card.style-2.v2 .vc_posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
}

.vc_posts.card.style-2.v2 .card-recent_post {
    background: #0000;
    border: 0!important;
}
.vc_posts.card.style-2.v2 .post-info {
    background: #FFF;
    margin: -35px 20px 0;
    z-index: 1;
    position: relative;
    border: solid 1px #eee;
}
.vc_posts.card.style-2.v2 .title-head_card {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.vc_posts.card.style-2.v2 .card-post_m img {
    height: 170px !important;
  }
.vc_posts.card.style-2.v2 .date-post_card {
    color: #222;
}
.vc_posts.card.style-2.v2 .card-recent_post h4 {
  min-height: 100px;
}
.vc_posts.card.style-2.v2 .card-recent_post h4 a {
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    font-size: 22px;
    font-weight: 600!important;
    line-height: 21px;
}
/*for Mobile*/
@media (max-width: 767px) {
  .vc_posts.card.style-2.v2 .vc_posts-wrapper {
      grid-template-columns: repeat(1, 1fr);
  }
  .vc_posts.card.style-2.v2 .post-info {
    margin: -35px 10px 0;
  }
  .vc_posts.card.style-2.v2 .card-recent_post h4 a {
    font-size: 17px;
    line-height: 17px;
  }
  .vc_posts.card.style-2.v2 .date-post_card {
    font-size: 13px;
    padding: 3px 0;
  }
  .vc_posts.card.style-2.v2 .title-head_card {
    padding: 7px 9px 12px;
  }
}
/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {

}
