
.business section {
	margin-bottom: 30px;
	border: 2px solid #ccc;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.18);
}
.business section .image {
	padding: 70px;
	box-sizing: border-box;
}
.business section .text {
	padding: 10px 30px;
	box-sizing: border-box;
}
.business section h3 {
	font-size: 20px;
	padding: 0 0 0 80px;
	margin: 20px 0;
}
.business section h3 span {
	color: #ab984c;
	font-size: 16px;
	display: block;
}
.business section p {
	margin: 20px 0;
}

.business #consulting .image {
	background: #eee url(/business/img/consulting.png) no-repeat 0 50%;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.business #consulting h3 {
	background: url(/img/icon_consulting.png) no-repeat 0 50%;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
}

.business #training .image {
	background: #eee url(/business/img/training.png) no-repeat 0 50%;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.business #training h3 {
	background: url(/img/icon_training.png) no-repeat 0 50%;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
}
.business #training .text .concrete {
	padding: 16px;
	margin: 10px 0;
	background-color: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
}
.business #training .text .concrete ul {
	margin-left: 1.2em;
	list-style-type: square;
}

.business #recruiting .image {
	background: #eee url(/business/img/recruiting.png) no-repeat 0 50%;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.business #recruiting h3 {
	background: url(/img/icon_recruitment.png) no-repeat 0 50%;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
}

.business #mystery-shopping .image {
	background: #eee url(/business/img/ms.png) no-repeat 0 50%;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.business #mystery-shopping h3 {
	background: url(/img/icon_mystery-shopping.png) no-repeat 0 50%;
	-moz-background-size: 70px auto;
	background-size: 70px auto;
}

@media screen and (min-width: 700px) {

	.business section .image {
		padding: 100px;
	}

	.business #training .concrete_outer {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.business #training .text .concrete {
		width: 32%;
	}

}

@media screen and (min-width: 1000px) {

	.business section {
		margin-bottom: 50px;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.business section .image {
		width: 20%;
		padding: 0;
	}
	.business section .text {
		width: 80%;
		padding: 50px;
	}
	.business section h3 {
		font-size: 30px;
		padding: 0 0 0 110px;
	}
	.business section h3 span {
		font-size: 18px;
		padding-top: 10px;
	}
	.business section p {
		font-size: 17px;
	}

	.business #consulting .image {
		background: #eee url(/business/img/consulting.png) no-repeat 50% 50%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}
	.business #consulting h3 {
		background: url(/img/icon_consulting.png) no-repeat 0 50%;
		-moz-background-size: 100px auto;
		background-size: 100px auto;
	}

	.business #training .image {
		background: #eee url(/business/img/training.png) no-repeat 50% 50%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}
	.business #training h3 {
		background: url(/img/icon_training.png) no-repeat 0 50%;
		-moz-background-size: 100px auto;
		background-size: 100px auto;
	}

	.business #recruiting .image {
		background: #eee url(/business/img/recruiting.png) no-repeat 50% 50%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}
	.business #recruiting h3 {
		background: url(/img/icon_recruitment.png) no-repeat 0 50%;
		-moz-background-size: 100px auto;
		background-size: 100px auto;
	}

	.business #mystery-shopping .image {
		background: #eee url(/business/img/ms.png) no-repeat 50% 50%;
		-moz-background-size: auto 100%;
		background-size: auto 100%;
	}
	.business #mystery-shopping h3 {
		background: url(/img/icon_mystery-shopping.png) no-repeat 0 50%;
		-moz-background-size: 100px auto;
		background-size: 100px auto;
	}


}


@media screen and (min-width: 1400px) {

}
