.cntl-content p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}
@media screen and (max-width: 750px){
    .cntl-content p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
}
}