.hero-section-5.image-section .headline, .hero-section-5.video-section .headline {
  color: var(--offWhite);
  position: relative;
  max-width: 100%;
}
.hero-section-5.image-section .headline:after, .hero-section-5.video-section .headline:after {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: inline-block;
  width: 225px;
  height: 4px;
  background-color: var(--offWhite);
}
.hero-section-5 .content {
  z-index: 2;
}
.hero-section-5:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(10, 37, 64, 0.25);
}
.hero-section-5 .section-side-two {
  display: none;
}