@media (min-width: 992px) {
  footer.nav-footer > div:not(footer.nav-footer > div:has(.nav-footer-item)) {
    display: none !important;
  }
}
