/* Hide the menu item only on non-mobile (e.g., tablets and desktops) */
@media screen and (min-width: 768px) {
  li[rel="data-children-318620"][data-menu-id="318620"],
    li[rel="data-children-318632"][data-menu-id="318632"]{
    display: none !important;
  }
}