.news-article {
  max-width: 960px;
}

.news-article__image {
  width: 100%;
  margin: 0 0 2.5rem;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
}

.news-article__image img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.news-article .prose {
  max-width: 820px;
}

.news-body {
  margin-bottom: 2rem;
}

.news-body img,
.news-body video {
  max-width: 100%;
  height: auto;
}
