@media print {
    nav, footer,
    .service-card,
    .process-card h3::before,
    #project-pres *::before, #project-pres *::after,
    #project-pres img,
    *[aria-hidden="true"]{
        display: none !important;
    }
    header,
    .process-card,
    #project-pres ul.liblocks li{
        margin: 0 !important;
        padding: 0 !important;
    }
    section#eco{
        margin: 0  !important;
    }

    .line, aside{
        border: none !important;
        margin: 0 !important;
    }
    aside p:first-of-type{
        font-size: 2em !important;
    }

    .mail::before, .phone::before {
        content: none;
    }
  }