.privacy {
    background: #E9E2D5;
    min-height: calc(100vh - 4.5rem);
    font-size: 1rem;
}

.privacy__title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 900px) {
    .privacy__title {
        font-size: 2.5rem;
    }
}

.privacy h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: left;
    margin: 2rem 0 1rem;
}