.tile-with-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 350px;
	min-height: 420px;
	padding: 50px 30px 40px 30px;
	background: #ffffff;
}
.row>*>.tile-with-icon {
	width: 100%;
	height: 100%;
}
.tile-with-icon .icon-cont {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 30px 0;
}
.tile-with-icon .icon {
	display: block;
	max-width: 100%;
}
.tile-with-icon .title {
	font-size: 24px;
	line-height: 1.5;
}