.contact {
  position: relative;
  background-color: #FFD830;
  padding: 7.8rem 0;
  margin: 12rem auto 0;
}
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: auto 100%;
  z-index: 0;
  pointer-events: none;
}
.contact-inner {
  position: relative;
  max-width: 118rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.contact-inner .contact-inner-form {
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.contact-inner-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14rem;
  width: auto;
  height: 128%;
  z-index: 0;
  pointer-events: none;
}
.contact-inner h3 {
  background: #fff;
  border: 2px solid #000;
  padding: 1.2rem 2.5rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-inner {
    flex-wrap: wrap;
    width: 67.5rem;
  }
  .contact-inner-img {
    display: none;
  }
  .contact-inner .contact-inner-form {
    width: 100%;
    margin-top: 10rem;
  }
}
.contact-style {
  position: relative;
  z-index: 1;
  width: 57rem;
}
.contact-style a {
  color: var(--main-color-blue);
}
@media only screen and (max-width: 767px) {
  .contact-style {
    width: 100%;
    margin: 10rem 0 0;
  }
}/*# sourceMappingURL=contact.css.map */