#page-footer .l-section-overlay {
  background: linear-gradient(180deg, #362c1c 0%, #fff0d9 100%) !important;
  mix-blend-mode: color;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#page-footer section:after {
  content: "";
  background: linear-gradient(
    180deg,
    #f9f3eb 26.78%,
    rgba(230, 218, 197, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: none;
}
