Hello,
The spacers at the end of the last paragraph are mainly causing the issue. If you want to keep them but hide them on mobile, add a custom class of hide-on-mobile.

You could also add the same amount of bottom margin to your images as the paragraphs, using the following CSS.
.wp-block-image .alignright {
margin-bottom: 1.5em;
}