.latest-news .latest-post-box .post-img {
  height: 260px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .latest-news .latest-post-box .post-img {
    height: 220px;
  }
}

.latest-news .latest-post-box .post-desc {
  background-color: #fff;
  padding: 40px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-post-box .post-desc {
    padding: 35px 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news .latest-post-box .post-desc {
    padding: 35px 18px;
    font-size: 14px;
  }
}

@media (max-width: 399px) {
  .latest-news .latest-post-box .post-desc {
    padding: 35px 25px;
    font-size: 14px;
  }
}

.latest-news .latest-post-box .post-desc .post-meta {
  margin-bottom: 20px;
  padding-left: 0;
}

.latest-news .latest-post-box .post-desc .post-meta li {
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-post-box .post-desc .post-meta li {
    margin-right: 5px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news .latest-post-box .post-desc .post-meta li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news .latest-post-box .post-desc .post-meta li {
    margin-right: 5px;
    font-size: 12px;
  }
}

@media (max-width: 399px) {
  .latest-news .latest-post-box .post-desc .post-meta li {
    margin-right: 5px;
    font-size: 12px;
  }
}

.latest-news .latest-post-box .post-desc .post-meta li a {
  font-weight: 500;
  color: #777;
}

.latest-news .latest-post-box .post-desc .post-meta li a i {
  margin-right: 10px;
}

.latest-news .latest-post-box .post-desc .post-meta li:last-child {
  margin-right: 0;
}

.latest-news .latest-post-box .post-desc h4 {
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: -1px;
  line-height: 1.4;
}
.sigma-shortcode-wrapper.blog-style-4 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: normal;
}
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title {
    margin-bottom: 0;
}
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1.grid-layout .sigma-post-inner {
    border: 0;
    border-top: 3px solid #9ecf36;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    width: calc( 100% - 40px );
    margin-left: 20px;
    margin-top: -45px;
}
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper {
    overflow: visible;
}
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper .post-thumbnail {
    display: block;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-post-box .post-desc h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news .latest-post-box .post-desc h4 {
    font-size: 20px;
  }
}

@media (max-width: 399px) {
  .latest-news .latest-post-box .post-desc h4 {
    font-size: 20px;
  }
}
.section-title span.title-tag {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
.post-read-more-link a i {
    font-weight: 900;
}
