.privacy h2 { 
    font-size: 21px; 
    line-height: 1.5; 
    margin-bottom: 5px;
}

.privacy ul { 
    padding-left: 20px; 
    list-style-type: disc; /* डॉट लगाने के लिए */
}

.privacy ul li { 
    font-size: 16px; 
    color: #333; 
    line-height: 1.6;
    margin: 5px 0;
    padding: 2px 5px;
    list-style: square;
}

.privacy a, 
.privacy strong, 
.privacy b, 
.privacy em { 
    font-size: 16px; 
    color: #333; 
    text-decoration: none;
    font-weight: normal;
    line-height: 1.6;
    margin: 5px 0;
    padding: 2px 5px;
}

.privacy a:hover { 
    color: #e6af5d; 
    text-decoration: underline;
}
