body{
    background-color: white;
    color:#073e7f;
    font-size: 12px;
}

.privacy_policy_wrapper{   
    position: relative;
    top: 60px;
    font-size: 20px;
    padding-bottom: 200px;
    width:90%;
    margin: auto;
}


h1{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;

    position: relative;
    bottom: 10px;
}


.privacy_policy_wrapper h3{ 
    color: #2B782F;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
}

p{
    text-align: justify;
    font-size: 16px;
}

#footer h3{
    font-size: 1.15rem;
    font-weight: 500;
}