
.policy_container{
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 20px 15px;
}
.policy_header{
    margin: auto;
    padding: 40px 15px;

    text-align: center;
}
.title_policy{
    margin: 0 0 5px 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #0071BB;
}

h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #0071BB;
}

h4 {
    margin: 20px 0 5px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #061D41;
}
h4 b{
    font-weight: 700;
}
li{
    margin: 10px 0;
}

/*RESPONSIVE*/
@media (max-width: 520px) {
    
}