/* =========================================
   Privacy Policy
========================================= */

.privacy-policy-section{
    background:#faf7ff;
    padding:100px 0;
}

.policy-wrapper{
    background:#fff;
    border-radius:30px;
    padding:60px;
    box-shadow:0 15px 60px rgba(123,47,247,.08);
}

.policy-header{
    margin-bottom:60px;
}

.policy-badge{
    display:inline-block;
    background:#f2e8ff;
    color:#7b2ff7;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.policy-header h1{
    font-size:35px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.policy-header p{
    color:#777;
    font-size:18px;
}

.policy-block{
    margin-bottom:40px;
}

.policy-block:last-child{
    margin-bottom:0;
}

.policy-block h3{
    font-size:22px;
    font-weight:700;
    color:#111;
    margin-bottom:18px;
}

.policy-block p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:15px;
}

.policy-block ul{
    padding-left:22px;
}

.policy-block ul li{
    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:10px;
}

/* Mobile */

@media(max-width:768px){

    .privacy-policy-section{
        padding:70px 0;
    }

    .policy-wrapper{
        padding:30px 25px;
    }

    .policy-header h1{
        font-size:38px;
    }

    .policy-block h3{
        font-size:18px;
    }

    .policy-block p,
    .policy-block ul li{
        font-size:16px;
    }

}