.steps__top {
  text-align: center;
  margin-bottom: 3.5rem;
}
.steps__title {
  margin-bottom: 2rem;
}
.steps__subtitle {
  text-align: center;
  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;
}
.steps__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -16px;
  counter-reset: cards;
}
.steps__cards > * {
  margin: 0 8px 16px;
  width: calc(33.3333333333% - 16px);
}
.steps__card {
  padding: 2.5rem;
  counter-increment: cards;
}
.steps__card::before, .steps__card::after {
  border-radius: 2.5rem;
}
.steps__card-bg img {
  border-radius: 2.5rem;
}
.steps__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.steps__card-ico {
  width: 2.5rem;
  height: 2.5rem;
}
.steps__card-ico::after {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url('data:image/svg+xml,%3Csvg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M25 8.75L12.5 21.25L6.25 15" stroke="url(%23paint0_linear_3793_10808)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3793_10808" x1="6.25" y1="15" x2="25" y2="15" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%2346FB65" /%3E%3Cstop offset="1" stop-color="%23F5FC44" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.steps__card-number::before {
  content: counter(cards, decimal-leading-zero);
  color: var(--white-06);
}
.steps__card-text {
  font-weight: 500;
  margin-top: 2.5rem;
  color: var(--white);
}
@media (max-width: 768px) {
  .steps {
    margin-top: 160px;
  }
  .steps__top {
    margin-bottom: 40px;
  }
  .steps__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .steps__subtitle {
    line-height: 140%;
  }
  .steps__cards {
    margin: unset;
  }
  .steps__cards > * {
    margin: unset;
    width: 100%;
  }
  .steps__card {
    padding: 24px;
  }
  .steps__card::before, .steps__card::after {
    border-radius: 24px;
  }
  .steps__card-bg img {
    border-radius: 24px;
  }
  .steps__card-ico {
    width: 32px;
    height: 32px;
  }
  .steps__card-ico::after {
    width: 24px;
    height: 24px;
  }
  .steps__card-number {
    font-size: 18px;
  }
  .steps__card-text {
    font-size: 18px;
    margin-top: 24px;
  }
  .steps__card:not(:last-child) {
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=steps.css.map */
/*# sourceMappingURL=steps.css.map */