@media print {
    /* Define page margins for all pages in different units (e.g., px, cm, in) */
    @page {
        margin-top: 1.25cm;
        margin-bottom: 1.5cm;
        margin-left: 1.75cm;
        margin-right: 1.5cm;
    }
    [data-aos] {
        display: block !important;
        opacity: 1 !important;
        transform: translate(0) scale(1) !important;
    }
    header, footer, .hide-print {
        display:none !important;
    }
    .page-break-before {
        page-break-before: always;
    }
    .page-break-after {
        page-break-after: always;
    }
    .print-img-center {
        transform: translateX(0px) !important;
        justify-content:center !important;
        margin-bottom:5px;
    }
    .mobile-flex-title {
        display:flex !important;
    }
}