@charset "utf-8";

.privacy h1 {
    font-weight: bold;
    text-align: center;
    padding: 0 0 5px 0;
    color: #000000 !important;
}

.privacy h2 {
    font-weight: bold;
    color: #000000 !important;
}

.privacy p {
    margin: 5px 0;
    text-align: justify;
    color: #000000 !important;
}

.privacy p.bold {
    font-weight: bold;
}

.privacy ul li {
    color: #000000 !important;
    list-style: square;
    margin: 0 0 0 30px; 
}