@charset "UTF-8";

@media screen and (max-width: 768px){
    #form-btn + div .content_wrapper a{
        display: block;
        margin-right: auto!important;
        margin-left: auto!important;
        max-width: 250px!important;
    }
}

#form-none + div form{
    display: none;
}