How to wrap text with two different styles on same line?

Hello
See attached image on how I want my copy to wrap.
I’m having issues with wrapping text with 2 different styles. So I have a headline with a larger bolder font and the body copy which is thinner. I want both headline and body copy to be treated as one text box but my body text keeps dropping a line below. Any ideas? Thanks in advance.

Depends on the current state of your markup. If you’re using a heading element (<h2>, etc.), then you probably want to style it as display: inline or similar.