@media (max-width: 767.98px) {
    .mt-mobile-2 {
        margin-top: 0.5rem !important;
        /* equivale ao mt-2 do Bootstrap */
    }
}

.table-responsive {
    overflow: visible !important;
}