.custom-bg-layer:before {
  background: linear-gradient(
    26deg,
    rgb(56 171 104 / 51%) 10.1%,
    rgb(6 65 195 / 22%) 89.76%
  ) !important;
}

.custom-overlay-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ffffff33;
}

@media (max-width: 768px) {
  .custom-overlay-slider {
    background: #ffffff5e;
  }
}
