If you need more full-width widget areas, you can make Front Page 2 Left and Right widget areas full-width.
In Appearance > Customize > Additional CSS, add the following CSS.
@media only screen and (min-width: 800px) { .front-page-2-left, .front-page-2-right { width: 100%; } .front-page-2-left { border: none; } }