.hero__image {
  box-shadow: 0 0 20px -6px rgba(0, 0, 0, 0.14), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.cta-limited-offer__shadow {
  box-shadow: 49px 17px 15px 0 rgba(196, 196, 196, 0), 31px 11px 13px 0 rgba(196, 196, 196, 0.01), 18px 6px 11px 0 rgba(196, 196, 196, 0.05), 8px 3px 8px 0 rgba(196, 196, 196, 0.09), 2px 1px 5px 0 rgba(196, 196, 196, 0.1);
}

.cta-limited-offer__image {
  background: linear-gradient(270deg, #faf2f7 0%, #dfdbff 58.17%, #c0bfff 100%);
}

@media screen and (min-width: 1024px) {
  .steps__progress-line {
    position: absolute;
    left: 12%;
    width: 76%;
    height: 16px;
    background: linear-gradient(90deg, #ff8a77 0%, #328dff 100%), #fff;
    z-index: 1;
  }

  .steps__step-number {
    position: absolute;
    top: -107px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}

.steps__section {
  background: linear-gradient(95deg, #daedff 0%, #fbfdff 111.37%);
}

.steps__card {
  max-width: 426px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .steps__progress-line,
  .steps__step-number {
    display: none;
  }
}

.prefooter__section {
  background: linear-gradient(180deg, rgba(102, 157, 234, 0) 0%, #334c99 30%, rgba(102, 157, 234, 0) 100%);
}
