I want to achieve something like this:
The text (2 lines) above the image is not floated to the image but the rest of the text is.
I know I could simply make two different paragraphs (first one upto the word corporation and the other one starting from he'd to the end). This absolutely works but I have some issues in responsiveness using this approach. Those two lines when overflow on small screens, the words take 3 lines and the third line containing only few words (which are not floated to the image the rest of the line is empty).
Something like this:
I want these "few" red words to go to the blue lines when they overflow!