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

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

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

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

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