.lp-page .section-heading {
  height: 160px;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
}
.lp-page .section-heading__bg {
  position: absolute;
  inset: 0;
  color: var(--pale);
  font: 700 169px/160px "PT Sans Narrow", sans-serif;
  letter-spacing: .08em;
  white-space: nowrap;
  pointer-events: none;
}
.lp-page .section-heading__en {
  position: relative;
  margin-top: 26px;
  color: var(--blue3);
  font: 400 24px/31px "PT Sans Narrow", sans-serif;
}
.lp-page .section-heading h2 {
  position: relative;
  margin: 0;
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  transform: translateY(-20px);
}
.lp-page .section-heading--blue .section-heading__bg { color: #4978b3; }
.lp-page .section-heading--blue .section-heading__en { color: #f3f3f3; }
.lp-page .section-heading--blue h2 { color: #fff; }
