Struggling with web design using HTML, CSS, and Bootstrap v5.0, I am facing an issue. I have three divs A, B, and C that I want to reorder responsively as shown in the image below. A consists of a h2 and p tag, B includes two buttons, and C displays an image. https://i.sstatic.net/9rnzU.png
Initially, I attempted to group A and B in col-lg-6 and C in another col-lg-6, but this approach is not suitable as the correct order for mobile view should be A-C-B as depicted in the picture.
I have looked into various solutions on StackOverflow related to this issue, but they were based on Twitter Bootstrap 3 or Bootstrap 4 (using push/pull classes). Some suggestions mention that in Bootstrap 5.0, we should use -order for such scenarios. However, despite my efforts, I failed to comprehend how -order functions even after reading the documentation.
If anyone could provide assistance with this problem, I would greatly appreciate it. Thank you!