.text-bg {
  color: var(--white);
  padding: 2.34rem 0;
}
@media (min-width: 992px) {
  .text-bg {
    padding: 4.6875rem 0;
  }
}
.text-bg-in {
  position: relative;
  height: calc(var(--app-height) - var(--hh) - 50px);
  padding: 2.25rem 0;
}
@media (min-width: 992px) {
  .text-bg-in {
    height: calc(var(--app-height) - var(--hh));
  }
}
.text-bg-in > div {
  position: relative;
  z-index: 2;
}
.text-bg-in h2 {
  margin-bottom: 0;
}
.text-bg-in-cnt {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .text-bg-in-cnt {
    max-width: 520px;
    margin-top: 0;
  }
}
.text-bg-in-cnt p {
  font-size: 15px;
  line-height: 1.3;
}
.text-bg-in-cnt .button-group {
  margin-top: 30px;
  -ms-flex-pack: left;
      justify-content: left;
}
.text-bg.has-overlay .text-bg-in::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
}