The Grid Block within the Query Loop Block is for the articles/posts not the content within it.
If you prefer, we can also use custom CSS to force it to look the way you prefer. Try adding my-query
to the class list of Grid Block of the Query Loop Block, then add this css.
Example:
.my-query .gb-container> .gb-inside-container {
display: flex;
}
.my-query .gb-container > .gb-inside-container > figure {
width: 20%;
}
.my-query .gb-container> .gb-inside-container > h4 {
width: 70%
}
You can alter the values to your preference.
Hope this helps!