I need assistance with aligning a Bootstrap column above another one. The design I am aiming for includes an image on the left, with some text partially overlapping it. The title on the text column should be positioned just after the image, not above it.
Here is a visual representation of what I am trying to achieve: https://i.sstatic.net/ntOvE.png
I initially attempted to use two rows with negative margins, but the layout didn't turn out as expected. I then considered using ::before to solve the issue, but I am unsure of the correct approach.
Thank you in advance for any help and guidance provided!