@media print {
    /* Hide header and footer */
    header, footer, .vc-iframe, .social, .scroll-top, .back, .breadcrumbs {
        display: none!important;
    }

    h1 {
        font-size: 28pt!important;
    }

    h2 {
        font-size: 24pt!important;
    }

    h3 {
        font-size: 20pt!important;
    }

    h4 {
        font-size: 18pt!important;
    }

    h5 {
        font-size: 16pt!important;
    }

    p, div {
        font-size: 14pt!important;
    }
}