.first-table{
    margin-bottom: 50px;
}

table thead{
    background: var(--light);
}

table thead th{
    font-weight: bold!important;
}

table tbody tr td:first-child{
    background: var(--light);
}

table tbody tr td:first-child p{
    font-weight: bold!important;
}

tbody, td, tfoot, th, thead, tr {
    border: 0px;
    border-color: inherit;
}

.important{
    color: var(--secondary);
}

@media (max-width: 991px){
    .col-lg-6 {
        padding: 0px!important;
    }
}

@media (max-width: 600px){
    table tbody tr td:first-child{
        max-width: 110px;
    }
    .table>:not(caption)>*>*{
        padding: 10px;
    }
}