.privacy-sections{
    padding: calc(50px + 50 * ((100vw - 320px) / (1920 - 320))) 0;
}

.privacy-sections-container{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.privacy-h2{
    margin-bottom: 50px;
}

.privacy-h3{
    margin-bottom: calc(20px + 8 * ((100vw - 320px) / (1920 - 320)));
}

.privacy-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
header{
    border-bottom: 1px solid #595974;
}