

@media only screen and (max-width: 768px) {
    .flex_reverse_columns {
        flex-direction: column-reverse !important;
    }
}