Change the font for both the h1 and h2 elements to Verdana, and use another web-safe font in the sans-serif family as a fallback.
Also, add a border-bottom of 4px solid #dfdfe2 to h2 elements to make the sections distinct.
You should be setting the border-bottom property only the h2 element, not on both. You will need to create a separate selector for this.
Also, you don’t include the word ‘fallback’ when including a fallback font.