.post-thumb-img-content img,
.ast-blog-featured-section img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#main .ast-row > [data-na-home-articles] {
  display: block;
  clear: both;
  width: 100%;
  margin: 18px 0 46px;
}

#main .ast-row > [data-na-home-articles] .dispatch-timeline {
  width: 100%;
  max-width: none;
  border-top: 4px solid #2e6259;
  background: #f7f4ed;
}

@media (max-width: 544px) {
  #main .ast-row > [data-na-home-articles] {
    margin: 12px 0 34px;
  }

  #main .ast-row > [data-na-home-articles] .dispatch-timeline {
    padding-inline: 18px;
  }
}
