.creatives {
  padding-top: 7.5rem;
  margin: -6.25rem 0 10rem;
}
.creatives__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 66.75rem;
  width: 100%;
  margin: 0 auto 3rem;
}
.creatives__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.creatives__tags > li {
  font-size: max(0.9375rem, 12px);
  line-height: 100%;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  opacity: 0.8;
}
.creatives__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.83% -1.5rem;
  counter-reset: cards;
}
.creatives__cards > * {
  margin: 0 0.83% 1.5rem;
  width: 48.34%;
}
.creatives__card {
  position: relative;
  padding: 3rem;
  counter-increment: cards;
}
.creatives__card::before, .creatives__card::after {
  border-radius: 3rem;
}
.creatives__card::before {
  background-color: #111112;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/creatives/blur-left.png");
}
.creatives__card-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 3rem;
}
.creatives__card-number::after {
  content: counter(cards);
  font-size: max(1.5rem, 12px);
  line-height: 100%;
  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: -0.3125rem;
}
.creatives__card-text {
  margin-top: 1.5rem;
}
.creatives__card:nth-child(even)::before {
  background-image: url("../../img/creatives/blur-right.png");
}
@media (max-width: 768px) {
  .creatives {
    padding-top: 80px;
    margin: -230px 0 120px;
  }
  .creatives__top {
    margin-bottom: 40px;
  }
  .creatives__title {
    font-size: 32px;
  }
  .creatives__tags {
    margin-bottom: 20px;
  }
  .creatives__tags > li {
    font-size: 13px;
  }
  .creatives__cards {
    margin: unset;
  }
  .creatives__cards > * {
    margin: unset;
    width: 100%;
  }
  .creatives__card {
    padding: 24px;
  }
  .creatives__card::before, .creatives__card::after {
    border-radius: 32px;
  }
  .creatives__card-number {
    width: 48px;
    height: 48px;
    margin-bottom: 32px;
  }
  .creatives__card-number::after {
    font-size: 20px;
  }
  .creatives__card-title {
    font-size: 28px;
    line-height: 120%;
  }
  .creatives__card-text {
    font-size: 18px;
    line-height: 130%;
    margin-top: 16px;
    color: var(--white-07);
  }
  .creatives__card:not(:last-child) {
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=creatives.css.map */
/*# sourceMappingURL=creatives.css.map */