Please see this:
Basically these are the conditions:
I need the description box to be just below the title (so moved up, not alingned with the features box)
I MUST use row, not column flex-direction (and I know this IS the problem)
I'd like to use flexbox only because of its order property. In fact, I would only need to use the order property on breakpoints. Otherwise I could avoid using flexbox at all in this case.
I don't know if there's a way to do what I need, since it's not flexbox nature at all. But maybe some trick exists?