#contact-hero {
  background-color: #f79635;
  font-family: "DM Sans", sans-serif;
  position: relative;
}
#contact-hero .half-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 489px;
  height: 250px;
  background-color: #fff;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
  z-index: 1;
}
#contact-hero h1 {
  font-size: 80px;
  font-weight: lighter;
  color: #fff;
}
#contact-hero .hero-img {
  position: relative;
  z-index: 2;
}
#contact-hero .hero-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1f2f2;
  border-radius: 0% 56% 0% 0%/3% 99% 0% 0%;
}

/*# sourceMappingURL=contact-hero.css.map*/