.policy-text{
    width:100%;
    color: #221F1F;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.6;
}

h2{
    font-size:1.45em;
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width:751px) {  
    
}

@media only screen and (max-width: 500px) {
    .policy-text{
        font-size: 1.1em;
    }

    h2{
        font-size:1.15em;
    }
    
}