@media print {
    #fh5co-header, .comments_container, .bottom_buttons, .social_icons, iframe, #fh5co-footer, .element_title a, .aditem, form {
        display: none !important;
    }
    
    .col-md-8 {
        width: 100%;
        margin-left: 0;
    }
    
    a[href]:after {
       content: none !important;
    } 
   
   .element-content, .pt-5, #fh5co-main {
       padding: 0 !important;
   }
   .info {
       padding: 0 80px !important;
   }
   
   .element_title:before {
       content: "WielkaPolskaKatolicka.pl";
       font-size: 0.6em;
       font-style: italic;
       font-weight: normal;
       margin-bottom: 15px;
       width: 100%;
   }
   
   .element_title {
        flex-wrap: wrap;
   }
}