.hero-image {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 6px;
}

.article-image {
  display: block;
  width: 100%;
  max-width: var(--content-width);
  height: auto;
  border-radius: 6px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
