Loops - How to not repeater div wrapper for flexible content

I am using ACF Flexible Content to help control post content. A user can add headings, paragraphs, images, etc., as modules built using ACF flexible content layouts and fields.

The issue Im facing: I can only add a query loop on the outer div or block - not directly on text or image elements. This results in every repeated row being wrapped in the “looped” element - a div.

I would like to repeat any nested tags inside the outer div, rather than wrapped all repeated blocks in their own div.

I hope the image attached helps provide clarity,