.advantages {
  padding-bottom: 64px;
  padding-top: 96px;
  display: flex;
  flex-direction: column-reverse;
}

.advantages__title {
  margin: 0 0 28px;
}

.advantages__text {
  margin-bottom: 44px;
  background: -webkit-linear-gradient(#fff 0%, #999 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advantages__text span {
  margin: 0 0 16px;
  display: block;
}

.advantages__text span:last-child {
  margin-bottom: 0;
}

.advantages__animation {
  margin-bottom: 96px;
}

@media screen and (min-width: 992px) {
  .advantages {
    flex-direction: row;
    padding-top: 96px;
    padding-bottom: 0;
  }

  .advantages__content {
    max-width: 756px;
  }

  .advantages__animation {
    margin: 134px 0 0 200px;
  }

  .advantages__text {
    margin-bottom: 0;
  }

  .advantages__text span {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  .advantages__blocks {
    position: sticky;
    top: 100px;
  }
}