.news-post-latest-wrapper {
  display: flex;
  flex-direction: column;
}
#main article.news-post-latest {
  margin-bottom: 30px;
  width: 100%;
}
.news-post-latest__image {
  position: relative;
  margin: 0 auto 40px auto;

  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  background: #f9f9fa;
  min-height: 200px;
  border-radius: 8px;
}
.news-post-latest__image.--no-image {
  min-height: 0;
}
/* .news-post-latest.featured .news-post-latest__image {
  min-height: 510px;
} */
.news-post-latest__image img {
  border-radius: 4px;
  display: block;
  position: relative;

  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.news-post-latest__image img[src$=".svg"] {
  object-fit: contain;

  max-height: 300px;
}

.news-post-latest__title {
  font-size: 1rem;
  text-transform: none;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
}
.news-post-sticky__content .moretag {
  display: none;
}
.vc_tta-panel-body .news-post-latest article {
  display: flex;
  align-items: center;
  text-align: left;
}
.vc_tta-panel-body .news-post-latest .news-post-latest__image {
  margin-right: 40px;
  flex-basis: 342px;
}

@media (min-width: 768px) {
  .news-post-latest-wrapper {
  }
}
