Okay, I was able to locate where you were in Elements (I had been in editing mode and was seeing only Java Script stuff I did not understand.)
The “flex-basis:33.33%” you indicate in both instances, only changed the size of the photo, it has no effect on the depth of the block.
The next line, “flex-basis:175%” is what highlights the empty space you indicate in your second example. But changing that only changes the width of the column; it has no effect on the DEPTH of the row.
But it does seem to indicate that the space is being caused by the inherent space after the paragraph.
If that space could be reduced to 0 it may solve my problem.
But, how can I do that to this single paragraph, rather than changing the space for all paragraphs on the page or website?
All over the internet people ask this same question, how to reduce spacing above or below ONE SINGLE PARAGRPAH, rather than for ALL paragraphs?
There are plenty of answers about adding spacing by using a nonbreaking space, etc. If someone asks about reducing spacing however, they always get an answer about making a universal change to every paragraph in the website/page/post.
I would assume one can go into the code editor and put some sort of simple html like “line spacing: 0px” inside the <p.’s. But I do not know html well enough to know the correct syntax or where to put it in the code.