Form Project not going through the tests

HI so basically I did the project everything was ok 17/17, but once I applied Grid I get 15/17.
Does any1 know how to fix this?

my code is here: https://codepen.io/teinted-the-bashful/pen/ZgaGRL

You have ended a div too early. Just above the div with a class of footer.

1 Like

I tried it and when i remove the div, code works but it messed up my grid system cause it consists of splitting the content into 3 centered columns, and when i remove the div it just ends up with 2.
Or 3