.btn-crm.h-button {
    width: 200px;
    height: auto;
    margin-top: 8px;
    padding: 3px!important;
    text-align: center;
}

@media (max-width: 500px) {
    .btn-crm.h-button {
        width: 170px;
    }
}