.vbtn-outline-success:hover {
    background: #4fc1e9 !important;
}
.btn-outline-danger:hover {
    background: #dc3545 !important;
}
b,
strong {
    font-weight: 700 !important;
}
.mobile {
    display: none !important;
}
@media only screen and (max-width: 992px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}
