#broker-hero {
  background-color: #1d354f;
  position: relative;
}
#broker-hero .half-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 76%;
  height: 90%;
  background-color: #fff;
  border-radius: 0 0 100%;
  z-index: 1;
}
#broker-hero h1 {
  font-size: 80px;
  font-weight: 300;
  color: #fff;
}
#broker-hero .hero-img {
  position: relative;
  z-index: 2;
}
#broker-hero .hero-img:before {
  content: "";
  position: absolute;
  width: 76%;
  height: 90%;
  background-color: white;
  border-radius: 0% 0% 100%;
}
#broker-hero .btn-get-started {
  cursor: pointer;
  background-color: #F05633;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#broker-hero .btn-get-started:active, #broker-hero .btn-get-started:focus {
  outline: none;
}
#broker-hero .btn-get-started:hover {
  background-color: #f89734;
  border-color: #f89734;
}

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