.container {
display: flex;
flex-direction: row;
justify-content: space-between;
}

.item {
width:25%;
height: 100px;
background: red;
margin: 10px
}