/* =========================
   STORY
========================= */

.story {
  padding: 4rem 0;
}

.story__title {
  margin-bottom: 1.5rem;
}

.story__text {
  max-width: 700px;
}

.story__text p + p {
  margin-top: 1rem;
}



