Seeking assistance in perfecting a grid layout that consists of three columns in one row and two columns in another. I have created a js fiddle to illustrate my point. The goal is to make the spaces between the grids equal, as well as ensuring the length of the entire row is consistent across all screen sizes. Currently, the three-column section does not align with the two-column section, and the spaces are also uneven.
Below is the code snippet for the grids:
.home.w5 { width: 48.879%; }
.home.w2 { width: 32.0%; }
Here is a preview of the desired grid layout: