.story {
  flex-direction: column;
  margin: 70px 0;
}
.story .storyText {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 22px;
}
.story .arrow-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid rgb(246, 203, 69);
  margin: 30px auto;
}

/*# sourceMappingURL=storyLine.css.map */
