.page-template-news-feature-landing-template .hero-header {
  background-image: url("../jpg/news-feat_lp_hero_blue-f.jpg");
}
.page-template-news-feature-landing-template .feature-articles-module .mobile-view,
.page-template-news-feature-landing-template .feature-articles-module .desktop-view {
  min-height: 100px;
}
.page-template-news-feature-landing-template .post-container {
  margin: 5px 0 0;
}
.page-template-news-feature-landing-template .post-container .grid-news {
  display: flex;
  flex-direction: column;
}
.page-template-news-feature-landing-template .post-container .grid-news .ad {
  order: 2;
}
.page-template-news-feature-landing-template .post-container .grid-news .latest-news {
  order: 1;
}
.page-template-news-feature-landing-template .post-container .grid-news .latest-news .postlist ul li:nth-child(4) {
  display: none;
}

@media (min-width: 992px) {
  .page-template-news-feature-landing-template .post-container .grid-news {
    flex-direction: row;
  }
  .page-template-news-feature-landing-template .post-container .grid-news .latest-news {
    order: 1;
  }
  .page-template-news-feature-landing-template .post-container .grid-news .latest-news .postlist ul li:nth-child(4) {
    display: inline-block;
  }
}

/*# sourceMappingURL=news-features-landing.min.css.map */
