.rec-list {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: center;
}
.rec-list > div {
	flex: 1 0 250px;
	height: auto;
	margin: 15px;
}
.item-receta {
  margin-bottom: 16px;
  text-align: center;
}
.item-receta .wp-post-image {
  border-radius: 150px;
  width: 150px;
  height: 150px;
  vertical-align: middle;
}
