.single .block-content {
  max-width: 60rem;
  width: var(--width);
  margin: 7rem auto;
}

article {
  margin-bottom: 5rem;
}

article .content {
  margin-top: 5rem;
}

.single .block-content .thumbnail > img {
  object-fit: cover;
  max-height: 40rem;
}

.wp-post-image {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  max-height: 70vh;
}
