p, ul, ol, dl, blockquote, address {
    margin-top: 0em;
    font-size: 22px !important;
    line-height: 40px !important;
    margin-bottom: 2.8em;
}


/* CF7 */

.one-full,
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
        font-size: 22px;
    line-height: 40px;
 
}
 
.one-full { width:100%; }
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}