
.container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#privacy {
    width: 100%;
    z-index: 99;
}
#privacy .centered-text h2.title {
    color: #000;
    font-size: 20px;
    padding-top: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#privacy .centered-text h1.title {
    color: #000;
    font-size: 27px;
    font-weight: normal;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#privacy .centered-text {
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    padding: 200px 0;
    position: relative;
    text-align: justify;
    /*text-transform: uppercase;*/
    width: 80%;
}
#privacy .centered-text a {
    color: #000;
    text-decoration: none;
}
#privacy .centered-text a:hover {
    text-decoration: underline;
}