.container { display: flex; flex-direction: column; align-items: center; } .departureLists { display: flex; flex-direction: row; justify-content: space-between; width: 100%; }