.privacy-head{
    width:304px;
    display:block;
    margin:auto;
    margin-top:50px;
}
.privacy-content{
    padding-bottom:120px;
    width:800px;
    display:block;
    margin:auto;
}
h2{
    font-size:25px;
    color:#FF95A1;
    margin-bottom:22px;
    margin-top:60px;
}
@media(max-width:1000px){
    .privacy-head{
        width:50vw;
    }
    .privacy-content{
        width:87.5vw;
    }
    h2{
        font-size:4.5vw;
        margin-bottom:18px;
        margin-top:50px;
        line-height:1.4em;
    }
}