body > div {
display: flex;
flex-flow: column wrap;
height: 600px;
align-content: flex-start;
}
div > div {
width: 200px;
height: 150px;
border: 1px solid #ccc;
margin: 10px;
}
div > div:nth-of-type(4) {
height: 300px;
}
div > div:nth-of-type(5) {
height: 200px;
}