.acm-hero {
  background-position: left bottom;
  background-repeat: no-repeat;
}
.acm-hero .hero-content {
  z-index: 2;
  position: relative;
}
.acm-hero .hero-heading {
  color: #222222;
  margin-bottom: 22px;
  position: relative;
  line-height: 1.4;
}
.acm-hero .hero-intro {
  margin-bottom: 33px;
  color: #555555;
}
@media screen and (min-width: 480px) {
  .acm-hero .hero-intro {
    width: 50%;
  }
}
.acm-hero .hero-intro lead {
  font-size: 20px;
  display: block;
  color: #999999;
  margin-bottom: 22px;
}
.acm-hero .hero-intro a {
  color: #a22631;
  border-bottom: 2px solid rgba(58, 53, 47, 0.1);
}
.acm-hero .hero-intro a:hover,
.acm-hero .hero-intro a:focus,
.acm-hero .hero-intro a:active {
  color: #64171e;
}