.privacy-policy{
    text-align: center;
    color: black
}
.privacy-policy h1{
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    
    
}
.privacy-policy h4{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: left;
}
.privacy-policy p{
    font-size: 1.5em;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
    line-height: 2;
}