@media (min-width: 1024px) {
  .separator::before {
    content: "";
    background-image: url("../../img/template-6/separator.svg");
    height: 100%;
    width: 100%;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
  }

  .separator.reversed::before {
    transform: scaleX(-1);
  }
}

@media screen and (max-width: 1024px) {
  #pageTitle.overlay-black-991::before {
    content: "";
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.606) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
    opacity: 100;
    border-radius: 0;
  }
}

@media (min-width: 1024px) {
  .texture-white::after {
    content: "";
    background-image: url("../../img/template-6/separator-cta.svg");
    height: 100%;
    width: 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
  }
}
