.story-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-page-title {
  margin-bottom: 2rem;
}
.image-block__content {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 6px;
}
.image-block__content a {
  text-decoration: underline;
}
.spaced-section:nth-child(1), .spaced-section:nth-child(2), .spaced-section:nth-child(3) {
  border-top: none;
  padding-top: 0;
}
