@media only screen and (max-width: 600px) {
    .menu_list{
        flex-direction: column;
    }
  }