<section>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</section>
section{display:flex;flex-wrap:wrap;justify-content:center;}
div{
background:red;
width:32%;
height:400px;
margin:5px;
}
section div:first-child{
width:45%;
margin: 0 5px 5px;
}
section div:nth-child(2){
width:45%;
margin:0 5px 5px;
}