body {
	background-color: #f5f5f5;
}
.digital-top {
	width: 100%;
	height: 60vh;
	background: url(../images/digitaltop.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
}
.digital-top h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    padding: 25% 0 5% 0;
}
.digital-top h2 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
}
.digital-top p {
	color: #fff;
    line-height: 34px;
    padding-top: 6%;
}
.core-products {
	width: 100%;
	margin: 0 auto;
}
.core-products h2 {
	text-align: center;
	line-height: 100px;
	color: #393939;
	font-size: 26px;
	font-weight: 500;
}
.corewrap {
	width: 94%;
	margin: 0 auto;
}
.corebox {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(150,150,150,0.5);
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 36px;
}
.corebox h3 {
	font-size: 20px;
	color: #3b3b3b;
	line-height: 50px;
}
.corebox img {
	/*margin-bottom: 29px;*/
}
.corebox ul {
	text-align: left;
}
.corebox ul li {
	width: 115px;
	margin: 0 auto;
	font-size: 16px;
	color: #3b3b3b;
	line-height: 30px;
	padding-left: 50px;
	background: url(../images/corecir.png) no-repeat 25px center;
	-webkit-background-size: 6px 6px;
	background-size: 6px 6px;
}
.solution {
	width: 94%;
	margin: 0 auto;
	justify-content: space-between;
}
.solution h2 {
	text-align: center;
	line-height: 50px;
	color: #393939;
	font-size: 26px;
	font-weight: 500;
}
.solutionwrap {
	justify-content: space-between;
}
.solutionbox {
	width: 80%;
	margin: 20px auto;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(150,150,150,0.5);
	text-align: center;
	padding-bottom: 20px;
}
.solutionbox img {
	display: block;
	width: 100%;
}
.solutionbox h3 {
	color: #393939;
	font-size: 16px;
	line-height: 45px;
}
.solutionbox p {
	color: #afafaf;
	font-size: 12px;
	line-height: 20px;
}