/* 
@media only screen and (max-width: 1024px) {
  .menu-item {
    display: none;
  }

  .menu-item {
      display: block;
  }
}*/







