.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('../../templates/ja_restaurant/acm/hero/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: #ffd33d;
  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: #d24a24;
  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: #913319;
}
.acm-hero .hero-intro {
  font-size: 16px;
  margin-bottom: 45px;
}
.ft-info .acm-hero .hero-intro {
  display: block;
}