.priv-header {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.priv-header h1 {
    font-size: 2.6rem;
    line-height: 1.2;
}

.priv-intro {
    font-size: 1rem;
    opacity: 1;
}

.priv-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.priv-content h2 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
}