@media print {

    .no-print,
    nav,
    footer {
        display: none !important;
    }

    .layout-flex {
        display: flex !important;
    }

    .layout-inline {
        display: inline !important;
    }

    .layout-mt-0 {
        margin-top: 0 !important;
    }

    .layout-title {
        font-size: 14px !important;
        margin: 0.5rem 0 !important;
    }

    .section__title {
        font-size: 26px !important;
        line-height: 1.5rem !important;
    }

    .layout-fontSize,
    .section__subtitle,
    .layout-list a {
        font-size: 12px !important;
    }

    .gmap {
        font-size: 12px !important;
        padding: 5px 20px 2px 10px !important;
        line-height: 1rem !important;
    }

    .gmap::after {
        width: 5px !important;
        height: 5px !important;
        border-top: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        top: calc(50%) !important;
        left: calc(50% + 30px) !important;
    }

    .mb-20px {
        margin-bottom: 8px !important;
    }

}