/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 25 May 2025, 2:32:59 am
    Author     : raghvendrapratapsingh
*/
.policy-wrapper {
    max-width: 960px;
    margin: 40px auto;
    padding: 0 20px;
    
    color: #333;
}
.policy-wrapper h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
}
.policy-wrapper h2 {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #000;
}
.policy-wrapper p, .policy-wrapper li {
    font-size: 15px;
    line-height: 1.7;
   
}
.policy-wrapper ul {
    padding-left: 20px;
}
@media(max-width: 768px) {
    .policy-wrapper {
        padding: 0 15px;
    }
}