@charset "UTF-8";

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
    a, button , input {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    a, button , input {
        font-size: 12px !important;
    }
}