Attached are two images showing the current layout on iPad Air and the desired layout. The current layout can be viewed https://i.sstatic.net/cijIu.jpg
The desired layout should look like this: https://i.sstatic.net/QM8gj.jpg
I am implementing the following code snippet to create the section:
<div class="container"><div class="row"><div class="col-md"></div><div class="col-md"></div></div></div>
How can I ensure that the section displays correctly on iPad Air using Bootstrap? Specifically, I want the two columns to each take up half the width on desktop.