Check out the following code playground: https://jsfiddle.net/x1aevoy9/
An issue arises when the screen width decreases, causing excessive spacing between words in the <h3>
element before they eventually shift under the image. My goal is to prevent these gaps and maintain consistent alignment of words without significant spacing. This seems to occur when the second word or phrase is longer than the first. I've experimented with padding but haven't been able to find a solution.