.terrace {
	padding: 32px 30px 0 28px;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
	background: #fff;
	position: relative;
	z-index: 2
}

.terrace:last-child {
	border-bottom: none
}

.terrace h2 {
	font-size: 14px;
	color: #221815;
	border-left: 4px solid #1273ff;
	height: 14px;
	line-height: 14px;
	text-indent: 10px;
	width: 90px;
	font-weight: 400;
	margin-bottom: 20px
}

.terrace .terrace-content {
	margin-left: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-webkit-box-pack: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start
}

.terrace .terrace-item {
	text-align: center;
	display: block;
	width: 170px;
	margin-bottom: 40px
}

.terrace .terrace-item .icon-des {
	display: block;
	margin-top: 5px;
	font-size: 14px
}
