Is adapted for the mobile version, I need to paste there the text on the home page and break it down into two columns.
Use a regular structure
<table>
<tbody><tr>
<td></td>
<td></td>
</tr>
</tbody></table>
In the end, when you look at the mobile version, the second column is constantly just beyond the borders and creates horizontal scrolling.
Other sites where similar image is made, the second column just beneath the first.
How to do that?
