.partner-form__inner {
  position: relative;
  z-index: 1;
}
.partner-form__title + .partner-form__description {
  margin-top: 1.6rem;
}
.partner-form__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .partner-form .bg-image {
    left: -1.5rem;
    right: -1.5rem;
    width: calc(100% + 3rem);
  }
}
.partner-form__content-inner {
  width: 100%;
  max-width: 40rem;
}
