Product Landing Page CSS code doesn't work

Hey guys!

So I’m trying to build the third section (the pricing after the video part) of this product landing page but for some reason I can’t reproduce the 3 little columns applying the css code I’m using…

Here’s my page: https://codepen.io/nelson14/pen/NWNqqGV?editors=1100

Solution??

hi

replace your <br> tag with </div>

your <div class = products> does not have closing tag

hi

It works. Thanks!