@charset "UTF-8";

@media screen and (max-width: 480px) {
#menu_button+div .content_wrapper{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 10px;
  }
#menu_button+div .content_wrapper > a {
    flex: 0 0 calc(50% - 10px) !important;
    box-sizing: border-box;
    margin: 0 !important;
    min-width: auto !important;
    max-width: none !important;
    display: block !important;
  }
}