.privacy p {
    margin: 0.5em 0;
}

.privacy ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.privacy ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.5em;
}

.privacy ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.5em;
}

.privacy ol ul,
.privacy li ol > li {
    margin-top: 0.5em;
}

.privacy .table {
    margin-top: 1em;
}

@media (max-width: 991px) {
    .privacy .table td,
    .privacy .table th {
        padding: 0.25rem;
    }
}