
@charset "UTF-8";

@media only screen and (max-width: 900px) {
    #menu_link + .block_button_1 .content_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap 1rem;
    }
    #menu_link + .block_button_1 .content_wrapper>a {
        width: 43% !important;
        min-width: initial;
    }
    #menu_link + .block_button_1 .content_wrapper>a span {
        font-size: 2.7vw;
    }
}
