@media only screen and (min-width: 575px) {
.policy{
    padding:70px 90px 50px 90px;
    font-family:"DM Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
p{
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: justify;

}
h1{
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
}
h2{
    text-transform: uppercase;
}
h3{
    margin-bottom:10px;
    margin-top: 20px;
    /* text-transform: uppercase; */
}
ul{
    margin-bottom:10px;
}
}

@media only screen and (max-width: 575px) {
    .policy{
        padding:50px 40px 50px 40px;
        font-family:"DM Sans", sans-serif;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
   p{
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: justify;
    
    }
    h1{
        text-align: center;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    h2{
        text-transform: uppercase;
        margin-bottom: 5px;

    }
    h3{
        margin-bottom:10px;
        margin-top: 20px;
        /* text-transform: uppercase; */
    }
    ul{
        margin-bottom:10px;
    }
    
    }
    
    