.privacy-policy{

    background:#fff;

}

.privacy-content{

    max-width:900px;

    margin:auto;

}

.privacy-content h2{

    margin-top:45px;

    margin-bottom:18px;

    color:var(--secondary);

    font-size:28px;

}

.privacy-content h2:first-child{

    margin-top:0;

}

.privacy-content p{

    color:#6c757d;

    line-height:1.9;

    margin-bottom:20px;

}

.privacy-content ul{

    padding-left:20px;

    margin-bottom:20px;

}

.privacy-content li{

    color:#6c757d;

    line-height:2;

}

.privacy-update{

    margin-top:50px;

    padding:20px 25px;

    background:#f8f9fa;

    border-left:4px solid var(--primary);

    border-radius:8px;

}