You have the <figure> elements nested inside <p> tags.
Remove the <p> tags and it should be fine.
Some info...
https://developer.mozilla.org/en-US/...Element/figure
The coding doesn't seem to be the best. Heavy reliance on in-line attributes which would be better off in your css page.