.post-inner-container {
  padding-top: 0;
  background-color: #592b4e;
  color: #f2f2f2;
}

.hero-figure,
.hero-figure img {
  margin-top: 0;
  width: 100%;
}

.post-inner-container .cta-button {
  background-color: #fa5c5c;
  box-shadow: 0 6px #c3223e;
  margin-bottom: 50px;
  position: relative;
}

.post-inner-container .cta-button:hover {
  box-shadow: 0 0px #c3223e;
  transform: translate(0, 6px);
}

.post-inner-container .cta-button a {
  text-decoration: none;
  color: #f2f2f2;
}

.post-inner-container p {
  max-width: 40em;
  text-align: center;
}

img.size-text-width {
  max-width: 40rem;
  width: 90vw;
  border-radius: 20px;
  border: 10px solid #803950;
}

@media (max-width: 500px) {
  .post-inner-container p,
  .post-inner-container h2 {
    max-width: 90vw;
    text-align: center;
  }
}
