.images-box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.images-box>img{
	width: 50%;
}