If one of the items had flex-grow set to 2 that item would be twice as big as all the others.
The parent element is 900px wide, the section with flex-grow: 2 has a calculated width of 600px and the aside element with flex-grow: 1 has a calculated width of 300px.