.b_area {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 30rem;
}
.b_area h1.hero-text.margin-top-lg {
  font-size: 5rem;
  margin-top: 9rem;
  font-weight: 500;
  margin-bottom: 0; 
}
.b_area h3.hero-copy {
  font-weight: 300;
  line-height: 6rem;
  font-size: 2rem;
}
.b_area hr {
  margin: 0;
} 
.b_area .button--orange {
  border: none;
  outline: none;
  padding: 1.25rem 1.75rem;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: .25rem;
  margin: 0 .5rem;
  transition: background-color .2ms ease-in-out 0s, opacity;
  cursor: pointer;
  background-color: #ff6900;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.b_area .button--orange:hover {
  background-color: #e65f00;
  color: #ffffff;
}

@media screen and (max-width: 805px){
  .b_area h1.hero-text.margin-top-lg {
    font-size: 4rem;
  }
  .b_area h3.hero-copy {
    font-weight: 300;
    line-height: 3rem;
  }

}