.l2-flexible-top-content {
    display: flex;
    flex-direction: column;
}

.l2-flexible-top-content [data-elementor-type="footer"] {
    display: flex;
    flex-direction: column;
    order: 100;
}

.l2-flexible-top-content [data-elementor-type="wp-page"] {
    order: 1;
    display: flex;
    flex-direction: column;
}

.l2-flexible-top-content [data-elementor-type="section"] {
    display: flex;
    flex-direction: column;
    order: 2;
}

