.nestle-content__block {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	flex-wrap: wrap;
}
.nestle-content__block > div {
	width: 30%;
}