#privacy_policy{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
}

h1.page_title_pp {
    text-transform: capitalize;
    font-size: 4rem;
    color: #0a111f;
    align-self: center;
    text-align: center;
    font-weight: 700;
}

.pp_div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pp_div h6{
    text-transform: capitalize;
    font-size: 2rem;
    color: #0a111f;
    align-self: flex-start;
    font-weight: 700;
    text-decoration: underline;
}

.pp_div p{
    font-size: 1.5rem;
    color: #0a111f;
    align-self: flex-start;
    font-weight: 400;
}