.contact-form {
  position: relative;
}
.contact-form::before {
  content: "";
  position: absolute;
  right: -24%;
  bottom: -30%;
  background-image: url("../../../../../assets/images/unyon-background-form.svg");
  background-repeat: no-repeat;
  width: 74.136rem;
  height: 57.801rem;
  z-index: -1;
  opacity: 10%;
}