Cant seem to figure out the survey page

so far this is what ive got so far https://codepen.io/anon/pen/EOgaWZ
no idea why the second row of options (afc) isnt placed the same way the first one is. should i just do the lessons regarding these survey forms again? if yes, which ones are they? thanks a ton

Because your 2nd row is nested under .tab div and .tab div is displayed as inline-block along with div .labels.

Here is what I would do. I would declare a div with class of row and give it display:block. I will then nest elements you want in that row. Then copy div .row and make them as many as you want.