.industry-intro .container {
	max-width:100%;
}
.industry-intro .box {
	background-image:url(../../images/formcode/industry-intro-bg.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	margin:0 -15px;
	padding:65px 30px 54px 30px;
	text-align:center;
}
.industry-intro h3 {
	margin-bottom:19px;
	font-size:41px;
	color:#2f3b4d;
	text-transform:uppercase;
}
.industry-intro b {
	color:#0e76bc;
}
.industry-intro p {
	font-size:16px;
	color:#2f3b4d;
	line-height:29px;
}

.industry-items {
	padding-top:6rem;
	padding-bottom:2rem;
}
.industry-items .items ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin:0 -15px;
	padding:0;
	list-style-type:none;
}
.industry-items .items ul li {
	width:100%;
	max-width:390px;
	margin:0 0 4rem 0;
	padding:0 15px;
	font-size:15px;
	color:#2f3b4d;
	line-height:29px;
	text-align:center;
}
.industry-items .items ul li h4 {
	margin-bottom:14px;
	font-size:23px;
	color:#2f3b4d;
	line-height:29px;
}
.industry-items .items ul li h4:before {
	content:"";
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	width:115px;
	height:115px;
	margin:0 auto 27px auto;
}
.industry-items .items ul li:nth-child(1) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-1.png);
}
.industry-items .items ul li:nth-child(2) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-2.png);
}
.industry-items .items ul li:nth-child(3) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-3.png);
}
.industry-items .items ul li:nth-child(4) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-4.png);
}
.industry-items .items ul li:nth-child(5) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-5.png);
}
.industry-items .items ul li:nth-child(6) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-6.png);
}
.industry-items .items ul li:nth-child(7) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-7.png);
}
.industry-items .items ul li:nth-child(8) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-8.png);
}
.industry-items .items ul li:nth-child(9) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-9.png);
}
.industry-items .items ul li:nth-child(10) h4:before {
	background-image:url(../../images/formcode/industry-items-icon-10.png);
}

@media (min-width: 992px) {
	.industry-intro {
		padding-top:0;
		padding-bottom:126px;
	}
	.industry-intro .container {
		max-height:960px;
	}
	.industry-intro .box {
		max-width:926px;
		margin:-72px auto 0 auto;
		padding-left:105px;
		padding-right:105px;
	}
	.industry-items {
		padding-top:0;
		padding-bottom:162px;
	}
	.industry-items .items ul li {
		width:50%;
		margin-bottom:70px;
	}
}

@media (min-width: 1200px) {
	.industry-intro .container {
		max-height:1140px;
	}
	.industry-items .items ul li {
		width:33.3333%;
	}
}