/******* Privacy Policy Section *******/
.privacy-policy {
    padding: 3rem 2rem;
    max-width: 800px;
    margin: auto;
    line-height: 1.6;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.privacy-policy h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
    text-align: center;
}

.privacy-policy h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    color: #4CAF50;
}

.privacy-policy p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #555;
}
