.industry-content {
	width: 100%;
	padding: 80px 0 100px;
	overflow: hidden;
}
.industry-title {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 55px;
	color: #666666;
	overflow: hidden;
	position: relative;
}
.industry-title:before {
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	background: url(../img/line.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 452px;
	top: 46px;
}
.industry-title h2 {
	font-size: 90px;
	line-height: 85px;
	font-family: "wigrumweb";
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px;
	letter-spacing: -4px;
}
.industry-title h3 {
	font-size: 32px;
	line-height: 35px;
	font-weight: lighter;
	color: #333333;
	margin: 0 0 33px;
}
.industry-content ul {
	width: 50%;
	overflow: hidden;
	float: left;
	position: relative;
}
.industry-content ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.industry-content ul li img {
	width: 100%;
	transition: all 0.5s;
}
.industry-content ul li h4 {
	width: 100%;
	padding: 0 45px;
	line-height: 53px;
	font-size: 24px;
	color: #000000;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 1;
}
.industry-content ul li h4 span {
	float: left;
}
.industry-content ul li h4:after {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	float: left;
	margin: 17px 0 0 -3px;
}
.industry-content ul li:hover img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.industry-title {
		font-size: 24px;
		line-height: 40px;
	}
	.industry-content ul {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 750px) {
	.industry-content {
		padding: 40px 0 50px;
	}
	.industry-title {
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 30px;
	}
	.industry-title:before {
	    width: 44px;
	    height: 44px;
	    left: 242px;
	    top: 36px;
	}
	.industry-title h2 {
	    font-size: 48px;
	    line-height: 50px;
	    margin: 0 0 5px;
	    letter-spacing: -2px;
	}
	.industry-title h3 {
	    font-size: 24px;
	    line-height: 25px;
	    margin: 0 0 15px;
	}
	.industry-content ul li h4 {
		padding: 0 25px;
		line-height: 25px;
		font-size: 18px;
		top: 20px;
	}
	.industry-content ul li h4:after {
		width: 25px;
		height: 25px;
		margin: 10px 0 0 -3px;
	}
}
@media only screen and (min-width: 992px) {
	.industry-content {
		padding: 55px 0 70px;
	}
	.industry-title {
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 30px;
	}
	.industry-title:before {
		width: 55px;
		height: 55px;
		left: 342px;
	}
	.industry-title h2 {
		font-size: 64px;
		line-height: 65px;
		letter-spacing: -2px;
	}
	.industry-title h3 {
		font-size: 24px;
		line-height: 25px;
		margin: 0 0 20px;
	}
	.industry-content ul:nth-of-type(2) {
		top: -65px;
	}
	.industry-content ul li h4 {
		top: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.industry-content {
		padding: 65px 0 80px;
	}
	.industry-title {
		font-size: 13px;
		line-height: 22px;
		margin: 0 0 40px;
	}
	.industry-title:before {
		width: 66px;
		height: 66px;
		left: 372px;
	}
	.industry-title h2 {
		font-size: 72px;
		line-height: 75px;
		letter-spacing: -3px;
	}
	.industry-title h3 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 25px;
	}
	.industry-content ul:nth-of-type(2) {
		top: -90px;
	}
	.industry-content ul li h4 {
		top: 30px;
	}
}
@media only screen and (min-width: 1550px) {
	.industry-content {
		padding: 80px 0 100px;
	}
	.industry-title {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 55px;
	}
	.industry-title:before {
		width: 77px;
		height: 77px;
		left: 452px;
	}
	.industry-title h2 {
		font-size: 90px;
		line-height: 90px;
		letter-spacing: -4px;
	}
	.industry-title h3 {
		font-size: 32px;
		line-height: 35px;
		margin: 0 0 33px;
	}
	.industry-content ul:nth-of-type(2) {
		top: -115px;
	}
	.industry-content ul li h4 {
		top: 40px;
	}
}