@charset "UTF-8";

div.block_button_1 {
    display: none;
}
@media screen and (max-width: 800px) {
    div.block_button_1 {
    display: block;
}
div.block_button_1 .content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.block_button_1 .content_wrapper a {
    width: 240px !important;
}
}