body.single-post .post-header {
  color: white;
  background-color: #205F2F;
  padding: 50px 24px 100px;
  border-bottom: 175px solid #DBF7CD;
}
body.single-post .post-header__inner {
  max-width: 1200px;
  margin: 0 auto;
}
body.single-post div.entry-content > * {
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.single-post div.entry-content > .featured-image {
  background-color: white;
  max-width: none;
  padding: clamp(1.875rem, 9.836vw - 2.059rem, 5.625rem) clamp(1.875rem, 9.836vw - 2.059rem, 5.625rem) 30px;
  margin: -250px 0 0;
}
@media screen and (max-width: 820px) {
  body.single-post div.entry-content > .featured-image {
    padding: 0 0 30px;
  }
}
body.single-post div.entry-content > .featured-image img {
  display: block;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
