.return h2 { 
    font-size: 21px; 
    line-height: 1.5; 
    margin-bottom: 5px;
}
.return h2 { 
    font-size: 19px; 
    line-height: 1.2; 
    margin-bottom: 5px;
}
.return p b, .return p a, .return p strong { 
   color:#000;
   font-weight: 500;
}
.return ul { 
    padding-left: 20px; 
    list-style-type: disc; /* डॉट लगाने के लिए */
}

.return ul li { 
    font-size: 16px; 
    color: #333; 
    line-height: 1.6;
    margin: 5px 0;
    padding: 2px 5px;
    list-style: square;
}
.return ol { 
    padding-left: 20px; 
    list-style-type: decimal; /* डॉट लगाने के लिए */
}

.return ol li { 
    font-size: 16px; 
    color: #333; 
    line-height: 1.6;
    margin: 5px 0;
    padding: 2px 5px;
    list-style: decimal;
}
.return ol li strong { 
    font-size: 16px; 
    color: #000;
    font-weight: 500; 
    line-height: 1.6;
    margin: 5px 0;
    padding: 2px 5px;
    list-style: decimal;
}

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

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