@media screen and (max-width: 650px) {
  .nav-page-event ul,
  .nav-page-products ul {
    display: flex;
    flex-flow: wrap;
  }
}
