.hero-single-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 10, 22, 0.6);
  z-index: -1;
}

.hero-single-overlay-off::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}

p {margin-bottom: 15px !important;}