.privacy-policy-pages{

}

 .main-header-policy {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #0d1e46;
    position: relative;
    padding-bottom: 20px;
}
.main-header-policy::after {
    content: "";
    display: block;
    width: 60%;          
    height: 2px;        
    margin: 10px auto 0; 
    background: linear-gradient(to right, transparent, #a5a5c5, transparent);
}
.sub-header-policy{
    font-weight: 600px;
    font-size: 25px;
}
.main-policy-header{
    font-weight: 600;
    font-size: 30px;
}
.data-header{
    font-size: 18px;
    font-weight: 600;
    color: black;
}