#appraiser-hero {
  background-color: #1d354f;
  position: relative;
}
#appraiser-hero .half-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 76%;
  height: 90%;
  background-color: #fff;
  border-radius: 0 0 100%;
  z-index: 1;
}
#appraiser-hero h1 {
  font-size: 80px;
  font-weight: 300;
  color: #fff;
}
#appraiser-hero .hero-img {
  position: relative;
  z-index: 2;
}
#appraiser-hero .hero-img:before {
  content: "";
  position: absolute;
  width: 76%;
  height: 90%;
  background-color: white;
  border-radius: 0% 0% 100%;
}

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