.advance-heading {
  position: relative;
}

.advance-heading .subtitle {
  color: #151a1b;
  margin-bottom: 5px;
  font-size: 16px;
}

.advance-heading .title {
  font-weight: 600;
  position: relative;
}

.advance-heading:before {
  content: attr(data-background-text);
  position: absolute;
  left: -10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 400px;
  z-index: -1;
  color: #0000001F;
}
/*# sourceMappingURL=advance-heading.css.map */