.modules {
  position: relative;
  z-index: 3;
}
.modules__container {
  padding: 4rem;
  border-radius: 3rem;
}
.modules__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modules__wrapper {
  max-width: 36.375rem;
  width: 100%;
  margin-right: 1.25rem;
}
.modules__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  background-color: var(--white-01);
  border-radius: 3.125rem;
  margin-bottom: 2rem;
  color: var(--white-08);
}
.modules__label > span {
  margin-right: 0.5rem;
}
.modules__label > span::after {
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15 5.25L7.5 12.75L3.75 9" stroke="url(%23paint0_linear_3977_7432)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3977_7432" x1="3.75" y1="9" x2="15" y2="9" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%2346FB65" /%3E%3Cstop offset="1" stop-color="%23F5FC44" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.modules__text {
  max-width: 32.875rem;
  width: 100%;
  color: var(--white);
}
.modules__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5rem;
  border-radius: 1.5rem;
  border: 1px solid var(--white-01);
  background-color: var(--white-005);
  counter-reset: cards;
}
.modules__cards > * {
  width: 33.3333333333%;
}
.modules__card {
  padding: 2rem;
  counter-increment: cards;
}
.modules__card-number {
  margin-bottom: 2rem;
}
.modules__card-number::before {
  content: counter(cards, decimal-leading-zero);
  font-size: max(1.25rem, 12px);
  line-height: 130%;
  font-weight: 500;
  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;
}
.modules__card-title {
  margin-bottom: 1rem;
}
.modules__card-text {
  color: var(--white-08);
}
.modules__card:nth-child(3n+1), .modules__card:nth-child(3n+2) {
  border-right: 1px solid var(--white-01);
}
@media (max-width: 768px) {
  .modules__container {
    padding: 40px 20px;
    border-radius: 36px;
  }
  .modules__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modules__wrapper {
    margin-right: unset;
    margin-bottom: 32px;
  }
  .modules__label {
    font-size: 14px;
    line-height: 140%;
  }
  .modules__text {
    font-size: 16px;
    line-height: 140%;
  }
  .modules__cards {
    margin-top: 60px;
    border-radius: 16px;
  }
  .modules__cards > * {
    width: 100%;
  }
  .modules__card {
    padding: 24px;
  }
  .modules__card-number {
    margin-bottom: 24px;
  }
  .modules__card-number::before {
    font-size: 18px;
  }
  .modules__card:nth-child(3n+1), .modules__card:nth-child(3n+2) {
    border-right: unset;
  }
  .modules__card:not(:last-child) {
    border-bottom: 1px solid var(--white-01);
  }
}
/*# sourceMappingURL=modules.css.map */
/*# sourceMappingURL=modules.css.map */