body header h1.h1 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  body header h1.h1 {
    margin-bottom: 1rem;
  }
}

.it-page-title__wrapper {
  position: relative;

  &:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-image: url(./../../../images/bg-dark-noise.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .lead-container .lead *,
  h1 span {
    color: #fff;
  }
}

@media (min-width: 992px) {
.it-page-title__wrapper {
  position: relative;

  &:after {
    height: 120%;
    top: 0;

  }
}
}

/* background title */
.page-node-type--news .it-page-title__wrapper {
  position: relative;
  &:after {
    content: "";
    width: 100vw;
    height: 1px;
    background-image: url(./../../../images/bg-dark-noise.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
