@media (max-width: 767.98px) {
    .card-body {
        overflow-x: auto;
    }

    .card-body > .table,
    .card-body > form + .table {
        min-width: 720px;
    }

    .card-body > .table.table-striped:not(.table-bordered) {
        min-width: 560px;
    }

    .card-body.p-0 > .table {
        margin-bottom: 0;
    }
}
