#privacy-policy .director {

    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
}

#privacy-policy .description-text{
    margin-bottom: .625rem;
}

#term .director {

    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
}

#term .description-text{
    margin-bottom: .625rem;
}

#privacy-policy-banner{
    background-image: url('../images/private_policy_banner.png');
    background-size: cover;
    background-position: center center;
    padding: 10rem;
}