.privacy-content {
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
}
.privacy-content h1 {
    font-size: 18px;
    color:#191919;
    margin-bottom: 15px;
}
.privacy-content h2 {
    font-size: 18px;
    color:#191919;
    margin-top: 30px;
    margin-bottom: 15px;
}
.privacy-content h3 {
    font-size: 15px;
    color:#191919;
    line-height: 20px;
}
.privacy-content p, .privacy-content li {
    margin-bottom: 15px;
}
.privacy-content a {
    color: #c00;
    text-decoration: underline;
}
.privacy-content ul {
    list-style-type: disc;
    padding-left: 20px;
}
.privacy-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}
.privacy-content th, .privacy-content td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.privacy-content th {
    background-color: #f2f2f2;
    font-weight: bold;
}