My first Bootstrap website is causing me some trouble. Currently, the content under the main jumbotron appears in a specific order on a full 1920x1080 page:
Statement Image
Image Statement
Statement Image
However, when the website collapses to mobile size, the content displays like this:
Statement
Image
Image
Statement
Image
Statement
This layout is confusing for users as they struggle to match images with statements. It disrupts the flow of the web page. How can I alter the Bootstrap code so that the columns collapse differently, resulting in the following mobile display:
Statement
Image
Statement
Image
Statement
Image
I've been unable to find a solution to this issue and I'm hoping someone has encountered it before. Thank you in advance for any assistance provided.
The formatting looks odd here, please refer to the jsfiddle link below:
HTML
Code: https://jsfiddle.net/mtpebs1x/