.story {
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
  background-color: var(--background-soft);
}

.story > * {
  max-width: 60rem;                    /* readable line length */
  margin-inline: auto;
}

.title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;                    /* bold title */
  margin-bottom: 1.5rem;
  color: #000;
  text-align: center;
}

.text {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}
