Lowering a div element

Hey all, got a question.

What I want to do is lower the div element below the image so that it’s not right up against it, what would be the best way to do this?

How about a "style=“margin-top: 10px” to that DIV line?
I tried it on your codepen, seems to do what you want?

that’s it, thank you good sir