Con Las propiedades dadas en este apartado seria:
.box { height: 50px; width: 50px; background-color: green; }
.grid { display:flex; flex-wrap:wrap; flex-direction: column; align-items: center; }
.box{ display: flex; height: 80%; width: 20%; justify-content : space-around; margin: 2px;}
Hay formas mas cortas de realizarlo con otras propiedades (display;grid)
AC.