.container { display: flex; flex-direction: column; align-items: ; padding: 0 10px 20px 10px; margin-bottom: 20px; border-top: 2px solid white; border-left: 2px solid white; border-bottom: 2px solid #828282; border-right: 2px solid #828282; } .departureLists { display: flex; flex-direction: row; width: 600px; } .heading { text-align: left; padding-left: 30px; }