/* style.css */

.privacy-header {
    text-align: center;
    margin-bottom: 20px;
}

.privacy-header h1 {
    font-size: 2em;
    color: #000000;
}

.privacy-content h2 {
    margin-top: 60px;
    color: #000000;
}


.privacy-center {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.privacy-content ul li {
    margin-bottom: 10px;
}

.privacy-content p {
    margin-bottom: 15px;
    text-align: left;
    padding-left:  10px;
    padding-right: 10px;
}


.privacy-container {
    line-height: 2.2em;
}
  