table {
    border-collapse: separate;
    margin-bottom: 30px;
    width: 100%;
}

table th {
    background: #000000;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

tbody tr:nth-child(odd) {
    background-color: #c3c1c0;
}
tbody tr:nth-child(even) {
    background-color: var(--section-sand-bkg);
}

table td {
    color: #1F1F1F;
    text-align: center;
}

table th,
table td {
    padding: 15px 15px;
}

table tr th:first-child,
table tr td:first-child {}

table tr th:nth-child(2),
table tr td:nth-child(2){}