.audience-hero-space {
  padding-top: 100px;
  padding-bottom: 50px;
}

.audience-hero-space h1 {
  border-bottom: solid 2px #99773d;
  color: #373737;
  font-family: 'Merriweather', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.32;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
  padding-bottom: 20px;
  text-transform: none;
}

.audience-hero-space .audience-hero-space-copy {
  color: #373737;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 50px;
}

.audience-hero-space .cta-block {
  margin-bottom: 50px;
}

.audience-hero-space .audience-hero-space-copy a {
  color: #99773d;
  font-weight: bold;
}

@media (min-width: 992px) {
  .audience-hero-space {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .audience-hero-space h1 {
    font-size: 76px;
    margin-bottom: 38px;
    padding-bottom: 36px;
  }

  .audience-hero-space .audience-hero-space-copy {
    width: 50%;
  }
}