I would like to achieve this result

There are many tutorials on how to do this , but they work with fixed text and columns. Thus, I print variable-length text inside two column layouts.
#cols { column-count: 2; column-gap: 20px; }
<div id="box"> <p id="cols"> Lorem Ipsum.... </p> </div>
so I canβt use a technique like this, how can I put the image in the middle in this scenario?
source share