@media (min-width: 992px) {
    .pkp_structure_page {
        display: flex;
        flex-wrap: wrap;
    }

    .pkp_structure_head {
        width: 100%;
        order: 1;
    }

    .pkp_structure_sidebar {
        order: 2;
    }

    .pkp_structure_content {
        order: 3;
    }

    .pkp_structure_footer_wrapper {
        width: 100%;
        order: 4;
    }
}
