.privacy-page {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6
}

.privacy-page p+p,.privacy-page ul+p {
    margin-top: 1.25rem
}

.privacy-page ul,.privacy-page ol {
    margin-top: 10px;
    display: grid;
    gap: 10px
}

.privacy-page ul li,.privacy-page ol li {
    counter-increment: li;
/*     display: flex; */
    align-items: flex-start;
    gap: .25rem
}

.privacy-page ul b,.privacy-page ol b {
    font-weight: 600
}

.privacy-page ol li:before {
    flex-shrink: 0;
    --tw-text-opacity: 1;
    color: rgb(220 225 255 / var(--tw-text-opacity));
    --tw-content: counter(li)".";
    content: var(--tw-content);
	margin-right: .5rem;
}

.privacy-page ul li:before {
    flex-shrink: 0;
    --tw-text-opacity: 1;
    color: rgb(220 225 255 / var(--tw-text-opacity));
    --tw-content: "-";
    content: var(--tw-content);
	margin-right: .5rem;
}

.privacy-page h3 {
    margin-top: 2.5rem;
    margin-bottom: .75rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35
}
