.vc_posts.card.style-1 .in-thumb{
  padding-bottom: calc( 0.69 * 100% );
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
}

.vc_posts.card.style-1 h4 {
    font-size: 26px;
    padding: 12px 0 15px;
}
.vc_posts.card.style-1 h4 a {
      transition: all ease-in-out 150ms;
    margin: 0;
    color: #000;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    line-height: 1.1;
    transition: all ease-in-out 150ms;
    text-decoration: unset;
}
.vc_posts.card.style-1 h4 a:hover{
  color: #ed7e24;
}
.vc_posts.card.style-1 .p_excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: 'KaLaTeXa';
    font-size: 19px;
    line-height: 22px;
}
.vc_posts.card.style-1 .vcps-info {
    padding: 5px;
}

.vc_posts.card.style-1 .in-thumb img{
    margin-bottom: 0;
    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: auto!important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
    object-fit: cover;
    border-radius: 15px;
}


.vc_posts.card.style-1 a.read_more {
    transition: all ease-in-out 150ms;
    background: #ed7e24;
    color: #FFF;
    font-size: 16px;
    font-family: 'KaLaTeXa'!important;
    padding: 6px 45px;
    border-radius: 50px;
    padding-right: 45px;
    position: relative;
    border-top-right-radius: 10px;
    font-weight: bold;
}
.vc_posts.card.style-1 a.read_more:hover{
  background: #ddd;
  color: #222;
}
.vc_posts.card.style-1 a.read_more i {
    color: #FFF;
    background: #a6581a;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 0.22em;
    top: 3px;
    border-radius: 50px;
    line-height: 21px;
    border-top-right-radius: 10px;
    text-align: center;
    font-size: 10px;
}
