Did you mean for the locations to be different sizes, I don't know if you were taking artistic license or you were having issues with flexbox.
Also your background is repeating(screenshot attached). That would be an easy fix with add the no-repeat flag to the background image url.
If for some reason you did try that and it didn't work, it is because you set the background with background img instead of just background. The second screenshot shows the corrected code.
Did you mean for the locations to be different sizes, I don't know if you were taking artistic license or you were having issues with flexbox.
Also your background is repeating(screenshot attached). That would be an easy fix with add the no-repeat flag to the background image url.
If for some reason you did try that and it didn't work, it is because you set the background with background img instead of just background. The second screenshot shows the corrected code.