ul li::marker {
  color: var(--alt-color);
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

    table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
        background-color: hsla(0, 0%, 50.2%, .0705882353);
    }

table {
    margin: 20px;
}


.privacy-policy {
    line-height: 20px;
}
