div.ban_img {
	position: relative;
	height: 403px;
	background: url(../img/collaborators.jpg) no-repeat center center;
	background-size: auto 100%;
}

h2.most-typical-customers.text-center {
	margin: 30px;
	font-size: 30px;
}

h2.most-typical-solution.text-center {
	margin-top: 83px;
	margin-bottom: 40px;
	font-size: 30px;
}

.hz_list {
	margin: 0 auto;
	width: 75pc;
}

.hz_list ul li {
	float: left;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 25%;
	height: 7pc;
	text-align: center;
}

ul.solution-design {
	margin: 0;
}

@media (min-width:900px) {
	span.adv_name {
		margin-right: 60px;
		margin-left: 30px;
		color: #2081e0;
		font-size: 50px;
	}
}

@media (max-width:767px) {
	span.adv_name {
		margin-left: 20px;
		color: #2081e0;
		font-size: 50px;
	}

	h2.about.text-center {
		height: 5pc;
	}

	span.adv_name:after {
		content: "\A   ";
		white-space: pre-wrap;
	}
}

.solution-design li {
	margin: 0 5pc 9pt 110px;
	padding: 30px 0 10px 45px;
	width: 825pt;
	border: 2px solid #d3d3d3;
}

a.item {
	position: relative;
	display: flex;
	margin-top: 9pt;
	margin-bottom: 24px;
	width: 900px;
	color: inherit;
}

div.preview {
	min-height: 46px;
	background-color: #f7f7f7;
	background-position: 50% 50%;
	background-size: cover;
	flex: 1;
}

div.item-text {
	box-sizing: border-box;
	padding-bottom: 18px;
	padding-left: 50px;
	width: 100%;
	max-width: 750px;
	flex: 2;
}

h3.title.headline {
	margin-bottom: 9pt;
	font-weight: 400;
	font-size: 22px;
}

p.item-block {
	display: block;
}