@media (max-width: 781px) {
    .stack-reverse-mobile {
        flex-direction: column-reverse;
    }
    .stack-reverse-mobile:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: unset !important
    }
}