.c_blog-post-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.c_blog-post-card__excerpt {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}
