@media screen and (max-width: 650px){
    .n-header .has-modal-open{
        padding: 1.5rem;
    }
    .n-header-btn{
        order: 1;
        position: fixed;
        bottom: 1.5rem;
        z-index: 10;
    }
}