
p{
    font-size: 14px!important;
    line-height: 40px!important;
    letter-spacing: 0!important
}
p.has-text-align-center{
    font-size: 28px!important;
    line-height: 1.5em!important;
}
h3{
    font-size: 24px!important;
    line-height: 40px!important;
    letter-spacing: .15em!important
}
@media screen and (max-width: 768px) {
    p{
        font-size: 12px!important;
        line-height: 30px!important;
    }
    p.has-text-align-center{
        font-size: 14px!important;
        line-height: 1.5em!important;
    }
    h3{
        font-size: 14px!important;
        line-height: 30px!important;
        margin-top: 2em!important;
    }
}