.acm-hero {
  text-align: center;
}
.acm-hero .hero-content {
  z-index: 2;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .acm-hero .hero-content {
    width: 595px;
  }
}
.acm-hero .hero-intro {
  font-weight: 300;
}
.acm-hero .hero-heading {
  color: #333333;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  background: url('../../../images/stars.png') no-repeat center bottom;
  padding-bottom: 30px;
  position: relative;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .acm-hero .hero-heading {
    letter-spacing: 3px;
    font-size: 46px;
  }
}.acm-hero .hero-heading:before {
    content: "";
    background-color: rgba(135, 63, 231, 0.71);
    position: absolute;
    width: 400px;
    height: 60px;
    left: 50%;
    margin-left: -200px;
    top: 30px;
    z-index: -1;
}
@media (max-width: 767px) {
  .acm-hero .hero-heading:before {
    width: 300px;
    margin-left: -150px;
  }
}
.acm-hero .hero-intro a {
  color: #9b7eb1;
  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: #75558d;
}
.acm-hero .hero-intro {
  font-size: 16px;
  margin-bottom: 45px;
}
.ft-info .acm-hero .hero-intro {
  display: block;
}