.container.privacy-policy {
    width: 1000px;
}

.section-title.privacy-policy {
    margin-bottom: 1.5em;
}

h3 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 16px;
    margin-top: 2em;
}

p {
    font-size: 18px;
    color: var(--text-muted);
    font-weight: 400;
}

ul {
    margin-top: 1em;
    margin-left: 2em;
    margin-bottom: 1em;
    font-size: 18px;
    color: var(--text-muted);
    font-weight: 400;
}