.story__title {
  margin-bottom: 6rem;
}
.story__item {
  position: relative;
  padding-left: 12%;
  max-width: 78.125rem;
  width: 100%;
}
.story__item-title {
  font-size: max(3rem, 12px);
  line-height: 100%;
  letter-spacing: -0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.story__item-content {
  line-height: 130%;
  color: var(--white-06);
}
.story__item-content strong {
  font-weight: 600;
  color: var(--white);
}
.story__item-content ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.story__item-content ul > li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.story__item-content > *:not(:last-child) {
  margin-bottom: 0.875rem;
}
.story__item:not(:last-child) {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .story__title {
    margin-bottom: 45px;
  }
  .story__item {
    padding-left: 44px;
  }
  .story__item-title {
    font-size: 36px;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    width: 100%;
  }
  .story__item-content {
    font-size: 16px;
  }
  .story__item:not(:last-child) {
    padding-bottom: 32px;
  }
}
/*# sourceMappingURL=story.css.map */
/*# sourceMappingURL=story.css.map */