.cta .heading {
  width: 50rem;
  margin-bottom: 3.75rem;
}

.cta .section__background-overlay {
  position: relative;
}

.cta .section__background-overlay::before {
  content: "";
  display: block;

  position: absolute;
  left: 0px;
  top: 0px;

  width: 120.0625rem;
  height: 54.1875rem;

  background: var(--purple-700, rgba(33, 0, 85, 0.6));
  filter: blur(9.375rem);
}

.cta .section__background-overlay::after {
  content: "";
  display: block;

  position: absolute;
  left: 28.75rem;
  bottom: -39.0625rem;

  width: 60.75rem;
  height: 43.5rem;

  border-radius: 20.8125rem;
  opacity: 0.6;
  background: var(--purple-500, #d7c8ff);
  filter: blur(12.5rem);
}

@media screen and (max-width: 960px) {
  .cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta .heading {
    width: 100%;
  }

  .cta .section__background-overlay::after {
    left: -19.0625rem;
    bottom: -39.6875rem;
  }
}
