.rec-list {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: center;
}
.rec-list > div {
	flex: 1 0 250px;
	height: auto;
	margin: 15px;
}
