@media (min-width: 701px) {
  html body .dibu {
    background-image: linear-gradient(90deg, rgba(6, 7, 10, 0.94), rgba(6, 7, 10, 0.78), rgba(6, 7, 10, 0.94)), url("footer-wallpaper.webp") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  html body .dibu .footer {
    padding-top: 18px;
  }

  html body .dibu .footer-l p,
  html body .dibu .footer-r ul p,
  html body .dibu .footer-r ul li a {
    color: rgba(255, 255, 255, 0.78);
  }

  html body .dibu .footer-r ul li a:hover {
    color: #ffffff;
  }
}
