#policy h2{
    font-size: 1.8rem;
    font-weight: 600;
}
#policy h3{
    font-size: 1.4rem;
    font-weight: 600;
}
#policy h4{
    font-size: 1.2rem;
    font-weight: 600;
}
#policy #payment_method,
#policy #shipping_method{
    margin-top: 10%;
}
@media screen and (min-width:768px) {
    #policy h3{
        font-size: 1.6rem;
        font-weight: 600;
    }
    #policy h4{
        font-size: 1.4rem;
        font-weight: 600;
    } 
    #policy #payment_method,
    #policy #shipping_method{
        margin-top: 5%;
    }
}