article > p {
    font-size: calc(10px + 1.0vmin) !important;
    line-height: 1.0;
   -webkit-hyphens: auto; 
    hyphens: auto;     
}



div > p {
    font-size: calc(10px + 1.0vmin) !important;
    line-height: 1.0;
   -webkit-hyphens: auto; 
    hyphens: auto;     
}

 