.content-left,
.content-right {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
.content-right {
	flex-flow: row-reverse wrap;
}
.content-left > *:not(:last-child),
.content-right > *:not(:last-child) {
	margin-bottom: 20px;
}

.section-introText {
	text-align: center;
}

.test-image {
	background-image: url('/img/cookie.jpg');
	background-position: center 0%;
}
/*@media all and (min-width: 769px) {
	.test-image {
		flex: 0 1 45%;
		height: 100px;
	}
}
@media all and (max-width: 768px) {
	.test-image {
		flex: 0 1 18%;
		height: 60px;
	}
}*/

