@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
    *{
        cursor: default !important;
    }
    
}
@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 576px) {
    .button-wrapper{
        background-color: transparent;
    }
}
@media screen and (max-width: 460px) {}
