.landing-page-intro {
  position: relative;
  min-height: 524px;.
  background-position: center;
      background-repeat: no-repeat;
    background-size: cover;
}
.landing-page-intro .inner-wrap::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #0D1744 0% 0% no-repeat padding-box;
  opacity: 0.79; }
.landing-page-intro .inner-wrap {
  padding-top: 62px;
  padding-bottom: 62px;
  position: relative;
}
.landing-page-intro h1 {
  position: relative;
  font-size: 2.82em;
  color: #fff; }
