.vert_box { display: flex; flex-direction: column; } .hor_box { display: flex; flex-direction: row; } .feat_hor_box { display: flex; flex-direction: row; align-items: center; width: 60%; height: 100%; margin: 0 auto; padding-bottom: 1vw; }