

.privacy{

    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;



}


.privacy .all-text{

    width: 80%;
    text-align: center;



}


.privacy .all-text h3{

   text-align: start;



}


.privacy .all-text h1 {

    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 30px 0px;
}



.privacy .all-text p {

    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}
