@charset "UTF-8";

@media screen and (min-width:700px) and ( max-width:950px) {
[id*="menu_btn"] + div .content_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
[id*="menu_btn"] + div .content_wrapper a {
    width:  calc(50% - 32px) !important;
}
}