@media (max-width: 767px) {
    .buy-sell .table thead,
    #content .table thead,
    .table thead {
        display: none;
    }

    .buy-sell .table tbody tr,
    #content .table tbody tr,
    .table tbody tr {
        display: block;
    }

    .buy-sell .table tbody tr td,
    #content .table tbody tr td,
    .table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: none !important;
        margin: 0 !important;
        padding: 10px 15px;
    }

    .buy-sell .table tbody tr td::before,
    #content .table tbody tr td::before,
    .table tbody tr td::before {
        content: attr(data-label);
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        color: #ffffff;
        font-weight: 500;
    }

    .table tbody > tr:nth-of-type(even) > * {
        --bs-table-accent-bg: var(--bgDark) !important;
    }
}
