
div.information h2 {
	font-size: 25px;
	text-align: left;
}

div.information ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.information ul li {
	background-color: white;
	padding: 20px;
	width: 240px;
}

div.information ul li h3 {
	display: table-cell;
	font-size: 18px;
	height: 60px;
	line-height: 1.5em;
	text-align: left;
	vertical-align: middle;
	width: 240px;
}

div.information ul li p {
	font-size: 13px;
}

div.business h3 {
	color: #eaeaea;
	font-size: 60px;
	line-height: 1.8em;
}

div.business h4 {
	font-weight: 700;
	padding-top: 0;
}

div.business div.product,
div.business div.clean,
div.business div.train {
	padding-top: 20px;
}

div.business div.clean div.text {
	width: 520px;
}

div.project ul li a {
	height: 270px;
}

div.project ul li a p {
	text-align: center;
}