.vc_row h1,
.vc_row h2 {
    font-size: 30px;
    font-weight: bold;
}
.vc_row h3 {
    font-size: 22px;
    font-weight: bold;
}
.vc_row h4 {
    font-size: 18px;
    font-weight: bold;
}
.vc_row h5 {
    font-size: 15px;
    font-weight: normal;
}
.vc_row h6 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}
.vc_row p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
}
.vc_row .vc_grid-item p {
    font-size: 16px;
}

.vc_row.row-pad-md {
    padding-top: 0px;
    padding-bottom: 0px;
}
.vc_row.row-pad-lg {
    padding-top: 20px;
    padding-bottom: 20px;
}
.vc_row.row-pad-xl {
    padding-top: 100px;
    padding-bottom: 100px;
}

#main-banner.vc_row {
    padding-top: 20px;
    padding-bottom: 60px;
}

.hide-mobile {
    display: none;
}


@media (min-width: 992px) {
    .vc_row h1,
    .vc_row h2 {
        font-size: 40px;
    }
    .vc_row h3 {
        font-size: 30px;
    }
    .vc_row h4 {
        font-size: 25px;
    }
    .vc_row h5 {
        font-size: 20px;
    }
    .vc_row h6 {
        font-size: 16px;
    }
    .vc_row p {
        font-size: 25px;
    }
    .vc_row .vc_grid-item p {
        font-size: 20px;
    }
    
    .vc_row.row-pad-md {
        padding-top: 40px;
        padding-bottom: 40px;
    }    
    .vc_row.row-pad-lg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .vc_row.row-pad-xl {
        padding-top: 250px;
        padding-bottom: 250px;
    }
    
    #main-banner.vc_row {
        padding-top: 80px;
        padding-bottom: 180px;
    }
    
    .show-mobile {
        display: none;
    }
    .hide-mobile {
        display: block;
    }
}