@media screen and (min-width: 701px) {
  body .dibu {
    position: relative;
    overflow: hidden;
    background-color: #241f1e !important;
    background-image:
      linear-gradient(90deg, rgba(27, 19, 17, 0.76), rgba(36, 31, 30, 0.66), rgba(27, 19, 17, 0.78)),
      url("footer-beauty-tools.webp") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }

  body .dibu::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 31, 30, 0.08), rgba(36, 31, 30, 0.42));
    content: "";
    pointer-events: none;
  }

  body .dibu .bls,
  body .dibu .footer,
  body .dibu .copyright {
    position: relative;
    z-index: 1;
  }

  body .dibu .parallax use:nth-child(1) {
    fill: #eeb7a8;
  }

  body .dibu .parallax use:nth-child(2) {
    fill: #b86f63;
  }

  body .dibu .parallax use:nth-child(3) {
    fill: rgba(255, 247, 244, 0.35);
  }

  body .dibu .parallax use:nth-child(4) {
    fill: #241f1e;
  }

  body .dibu .footer-r ul h3::after {
    background: #eeb7a8;
  }

  body .dibu a:hover {
    color: #eeb7a8;
  }
}
