@media print {
    
    header,
    .mobile_menu_header,
    .about_main,
    .footer_sec,
    .about_sec2_bg,
    .hupso-share-buttons,
    .back-overview,
    .download-pdf {
        display: none !important;
    }
    h1, 
    h2, 
    h3, 
    h4, 
    h5, 
    h6 {
        color: #000 !important;
        font-size: 1em !important;
        font-weight: bold !important;
        margin: 1em 0 0.25em !important;
        padding: 0 !important;
    }
    h1 {
        font-size: 1.5em !important;
         
    }
    h2 {
        font-size: 1.2em !important;
    }
    h3, 
    h4, 
    h5, 
    h6 {
        font-size: 1.1em !important;
    }
    p {
        color: #000 !important;
        font-weight: normal !important;
        margin: 0 0 0.5em !important;
        padding: 0 !important;
    }
    a {
        color: #000 !important;
        text-decoration: underline !important;
    }
    div.container {
        width: 100% !important;
    }
    section.about_sec2 {
        border: none;
    }
    #print-logo {
        display: block;
    }
    img {
        max-width: 100% !important;
        height: auto;
    }
}