.how-it-works__card {
  isolation: isolate;
}

.how-it-works--partners-training .how-it-works__card:nth-child(1) > img {
  object-position: 34% center;
}

.how-it-works--partners-training .how-it-works__card:nth-child(2) > img {
  object-position: 47% center;
}

.how-it-works--partners-training .how-it-works__card:nth-child(3) > img {
  object-position: 18% center;
}

.how-it-works__orb {
  position: absolute;
  width: 386px;
  height: 386px;
  border-radius: 9999px;
  filter: blur(144px);
  pointer-events: none;
  z-index: 1;
}

.how-it-works__orb--1 {
  left: -98px;
  top: 393px;
}

.how-it-works__orb--2 {
  left: 61px;
  top: 493px;
}

@media (max-width: 79.99rem) {
  .how-it-works__orb {
    width: 300px;
    height: 300px;
    filter: blur(110px);
  }

  .how-it-works__orb--1 {
    left: -80px;
    top: 320px;
  }

  .how-it-works__orb--2 {
    left: 50px;
    top: 380px;
  }
}

@media (max-width: 47.99rem) {
  .how-it-works__orb {
    width: 240px;
    height: 240px;
    filter: blur(90px);
  }

  .how-it-works__orb--1 {
    left: -60px;
    top: 240px;
  }

  .how-it-works__orb--2 {
    left: 40px;
    top: 300px;
  }
}
