How to offset a box inside div

Hi.

Can anyone suggest how to make offset a box? Shown in the image. Basically, image on the left sticking outside the white box and heading and text on the right inside div. But I would like to know the practical way possible.

Thanks.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Do this for the structure of the element + the transparent and whitepart:

Now add a div directly inside the outer one, position absolute, 100% h and w, and put your content inside.

This way you don’t have to offset anything, you just get the offset effect, and everything is under control.

Very well organized. Thank you so much Vincent!