.alter-h1 {
  color: #FFF;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 3em;
}
.alter-h1 span {
  display: block;
  font-size: 0.5em;
  font-weight: 100;
  line-height: 2em;
}
.h1-wrap {
  margin-bottom: 90px;
}
.h1-wrap h1 {
  margin-bottom: 0 !important;
}
.h1-wrap span {
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 100;
  line-height: 2em;
  text-align: center;
}
@media(max-width:480px) {
  .alter-h1 {
    font-size: 6vmin;
    margin-bottom: 2em;
    padding: 0 0.5em;
    line-height: 1.3em;
  }
  .h1-wrap {
    margin-bottom: 45px !important;
  }
  .h1-wrap span {
    font-size: 11.5px;
    padding: 0 10px;
  }
}

.page-content .alter-h2 {
  background: #04070e;
  color: #FFF;
  padding: 0.6em;
  border-left: 6px solid #ef4035;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 55px;
  line-height: 1.4em;
}

.page-content .alter-h2:not(:first-child) {
  margin-top: 55px;
}

.page-content .alter-h2 br {
  display: none;
}

@media(max-width:640px) and (orientation: portrait) {
  .page-content .alter-h2 {
    font-size: 4.4vmin;
  }
  .page-content .alter-h2 br {
    display: block;
  }
}
@media(max-width:767px) and (orientation: landscape) {
  .page-content .alter-h2 {
    font-size: 20px;
  }
}

.alter-h4 {
  color: #4a4f54;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
  margin: 2em 0 1.5em 0 !important;
  border-bottom: 1px solid #b2b2b2;
}
.alter-h4::after {
  content: "";
  width: 3.3em;
  height: 1px;
  border-bottom: 3px solid #d12232;
  display: block;
}

.alter-b {
  font-weight: bold;
  color: #4a4f54;
}

.megamenu .megamenu-title .under-h2 {
  display: block;
  line-height: 2em;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: .1em;
  color: white;
}