@media (min-width: 768px) {
  nav ul li:nth-child(2) {
    display: none !important;
  }
}

