.solutions-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.solution-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.case-studies-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.case-study-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
