.single-post header.entry-header {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.single-post header.entry-header .text-wrapper {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 0 40px;
}

.single-post header.entry-header .banner-image img {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.single-post .wp-block-buttons {
  margin-top: 40px;
}
