.acm-hero.style-1 .hero-item {
  background-size: cover;
  background-position: center;
  padding: 306px 0;
}
@media (max-width: 991px) {
  .acm-hero.style-1 .hero-item {
    padding: 144px 0;
  }
}
@media (max-width: 767px) {
  .acm-hero.style-1 .hero-item {
    padding: 108px 0;
  }
}
.acm-hero.style-1 .hero-item h2 {
  color: #ffffff;
  font-size: 72px;
  font-weight: 200;
  line-height: 1.334;
  letter-spacing: -0.5px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .acm-hero.style-1 .hero-item h2 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .acm-hero.style-1 .hero-item h2 {
    font-size: 32px;
  }
}
.acm-hero.style-1 .hero-item p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .acm-hero.style-1 .hero-item p {
    font-size: 18px;
  }
}
.acm-hero.style-1 .hero-item .btn-action {
  margin-top: 54px;
}
.acm-hero.style-1 .hero-item .btn-action > .btn {
  margin: 6px 18px;
}
@media (max-width: 991px) {
  .acm-hero.style-1 .hero-item .btn-action > .btn {
    padding: 9px 18px;
    margin: 6px 9px;
  }
}
.acm-hero.style-1 .hero-content {
  display: flex;
  justify-content: center;
}
.acm-hero.style-1 .hero-content .hero-content-inner {
  max-width: 828px;
}
.acm-hero.style-1.text-left .hero-content {
  justify-content: flex-start;
}
.acm-hero.style-1.text-left .hero-content-inner {
  max-width: 432px;
}
.acm-hero.style-1.text-left h2 {
  font-size: 54px;
  margin-bottom: 36px;
}
.acm-hero.style-1.text-left p {
  font-size: 18px;
  font-weight: 300;
}
.acm-hero.style-1.text-left .btn-action > .btn {
  margin-left: 0;
  margin-right: 36px;
  padding-left: 36px;
  padding-right: 36px;
}
.acm-hero.style-1.bg-light h2 {
  color: #222222;
}
.acm-hero.style-1.bg-light p {
  color: #959595;
}
@media (max-width: 767px) {
  .acm-hero.style-2 {
    max-height: 250px;
  }
}
.acm-hero.style-2 .hero-item {
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
@media (max-width: 1295px) {
  .acm-hero.style-2 .hero-item {
    background-attachment: scroll;
  }
}
.acm-hero.style-2 .hero-content-inner h1 {
  font-weight: 100;
  margin: 0;
}
.acm-hero.style-2 .hero-content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .acm-hero.style-2 .hero-content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .acm-hero.style-2 .hero-content h1 {
    font-size: 32px;
  }
}