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

@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: 1em;
    }
}