<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vc_posts.style-3.v1 .vc_posts-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.vc_posts.style-3.v1 .vcps-item .vcps-info {
    background: #f9a50f;
    color: #FFF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 15px;
    padding-top: 40px;
}

.vc_posts.style-3.v1 .vcps-item:nth-child(2) .vcps-info{
    background: #ef7a1d;
}

.vc_posts.style-3.v1 .vcps-item:nth-child(3) .vcps-info{
    background: #f38f1d;
}

.vc_posts.style-3.v1 .featured-croped {
    padding-bottom: calc( 0.68 * 100% );
    position: relative;
    margin: 0;
    margin-bottom: -21px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.vc_posts.style-3.v1 .featured-croped 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%);
  overflow: hidden;
  object-fit: cover;
      transition: all ease-in-out 200ms;
}
.vc_posts.style-3.v1 .featured-croped a{
  overflow: hidden;
}
.vc_posts.style-3.v1 .featured-croped 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%);
}

.vc_posts.style-3.v1 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;
}

.vc_posts.style-3.v1 h3.link-name {
    margin-bottom: 15px;
}
.vc_posts.style-3.v1 .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;
}
.vc_posts.style-3.v1 h3.link-name a:hover {
color: #333;
}


.vc_posts.style-3.v1 .post_view svg {
    display: block;
    float: left;
}
.vc_posts.style-3.v1 .post_view .post-views {
    display: block;
    float: left;
    line-height: 27px;
    margin: 0 5px;
}
.vc_posts.style-3.v1 span.post_view {
    line-height: 27px;
}
.vc_posts.style-3.v1 .post_date{
  display: block;
  float: left;
  margin-right: 20px;
}
.vc_posts.style-3.v1 .post-meta svg {
    width: 14px;
    color: #FFF;
    margin-bottom: -7px;
}
.vc_posts.style-3.v1 .post-meta {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    margin-top: 15px;
}

/*for Mobile*/
@media (max-width: 767px) {
  .vc_posts.style-3.v1 .vc_posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .vc_posts.style-3.v1 .post_date {
    width: 100%;
}
}
  /*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {

}
</pre></body></html>