When working on #destinations , we missed one property which should be added:
justify-content: center;
This property with center as value applied, centers the flex items along the main axis, which goes left-to-right for Flexbox' default value for the flex-direction (row).
Please add justify-content: center; to this selector.
Thank you :)