@media screen and (min-width: 701px) {
  html body .dibu {
    min-height: 360px;
    padding-top: 4.5rem;
    background-color: #071727;
    background-image: linear-gradient(rgba(4, 17, 31, 0.94), rgba(4, 17, 31, 0.82)), url("../img/home-pc-2026/footer-supermarket.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  html body .dibu .footer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 2rem;
  }

  html body .dibu .footer-r ul h3,
  html body .dibu .footer-l p:first-of-type {
    color: #fff;
  }

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