Hi there,
Not sure I fully understand how you want it to display on mobile.
To clarify: Do you want to display it like this? https://share.getcloudapp.com/WnuB14bb
If so, you can add this CSS:
.gb-headline:not(.gb-headline-text) {
clear: both;
}
If you want the text to wrap around both the image and the therapist name, you may have to place both of then on a separate container block and add alignleft
class to the container block holding them.
A wise man once said:
"Have you cleared your cache?"