.post-basic-style-3 .vc_posts-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.post-basic-style-3  .v-post-loop.-list article {
    border: 0;
    border-bottom: dotted 2px #ddd;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.post-basic-style-3 .post-right .btn {
    float: right;
}

.post-basic-style-3 .wrap-thumb{
  padding-bottom: calc( 0.66 * 100% );
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  border-radius: 4px;
}
.post-basic-style-3 .wrap-thumb img ,.post-basic-style-3 .post-header img{
  display: block;
      -webkit-transition: -webkit-filter .3s;
      transition: -webkit-filter .3s;
      -o-transition: filter .3s;
      transition: filter .3s;
      transition: filter .3s,-webkit-filter .3s;
      height: 100%;
      width: 100%;
      position: absolute;
      top: calc(50% + 1px);
      left: calc(50% + 1px);
      -webkit-transform: scale(1.01) translate(-50%,-50%);
      -ms-transform: scale(1.01) translate(-50%,-50%);
      transform: scale(1.01) translate(-50%,-50%);
      object-fit: cover;
      transition: all ease-in-out 200ms!important;
}
.post-basic-style-3 .featured-croped a:hover img,.post-basic-style-3 .post-header a:hover img{
  -webkit-transform: scale(1.1) translate(-50%,-50%);
  -ms-transform: scale(1.1) translate(-50%,-50%);
  transform: scale(1.1) translate(-50%,-50%);
}
.post-basic-style-3 h3.link-name a {
    font-size: 26px;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    margin-bottom: 12px;
    margin-top: 20px;
}
.post-basic-style-3 .p_excerpt{
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}

.post-basic-style-3 .post-left .entry-meta svg {
    width: 14px;
    color: #f9aa2b;
    margin-bottom: -7px;
}

.post-basic-style-3 .post-left .wrap-thumb{
    margin-bottom: -7px;
}

@media (max-width:767px) {
  .post-basic-style-3 .vc_posts-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
