.single-story {
  background: #ffffff;
  padding: 42px 46px;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}

.story-content {
  max-width: 720px;
  margin: 0 auto;
  font-size: 18.5px;
  line-height: 1.9;
}

.story-content p {
  margin-bottom: 18px;
}