.main-heading-content {
  margin-bottom: 80px;
  position: relative;
  z-index: 999;
}

.main-heading-content > h2 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 35px;
  position: relative;
  text-transform: uppercase;
}
.main-heading-content > h2::after {
  background: #ffa61a none repeat scroll 0 0;
  bottom: -17px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}
.main-heading-content > h2::before {
  background: #ffa61a none repeat scroll 0 0;
  bottom: -25px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}
.main-heading-content.use-bg h2::after {
  margin: 0;
}
.main-heading-content.use-bg h2::before {
  margin: 0;
}
.main-heading-content.use-bg > h2,
.main-heading-content.use-bg > p {
  color: #fff;
}
.main-heading-content.use-bg {
  margin-bottom: 45px;
  margin-left: 50px;
}
.main-heading-content.use-bg > p {
  margin-right: 80px;
}

.main-heading-content > h2 span {
  color: #ff9f1a;
}
