.table {
    color: #000 !important;

    .table-title {
        width: 25% !important;
        font-weight: bold !important;
        background-color: #dee2e6 !important;
        border: 1px solid #ffffff !important;
    }

    .table-content {
        width: max-content !important;
        font-weight: 400 !important;
        background-color: #fff !important;
    }
}