#howMain {
	position:relative;
	background-color:#9DCDEA;
	min-height:calc(100% - 245px);
	padding-bottom:20px;
}

#howMain > h2 {
	height:90px;
	line-height:90px;
	font-size:20px;
	font-weight:bold;
	background:#0A83CA;
	color:#FFFFFF;
	margin:0px 0px 30px;
	text-align:center;
}

.howItem {
	position:relative;
	width:800px;
	height:100px;
	background:#0A83CA;
	color:#FFFFFF;
	border-radius:20px;
	margin:15px auto 0px;
	padding:20px;
}

.howItem::before {
	position:absolute;
	display:block;
	content:" ";
	background-image:url(how.png);
}

#howItem_brand::before {
	width:227px;
	height:61px;
	background-position:-1px -147px;
	left:71px;
	top:39px;
}
#howItem_promote::before {
	width:291px;
	height:68px;
	background-position:-1px -1px;
	left:40px;
	top:36px;
}
#howItem_ads::before {
	width:240px;
	height:76px;
	background-position:-1px -70px;
	left:65px;
	top:32px;
}
#howItem_purchases::before {
	width:184px;
	height:66px;
	background-position:-1px -209px;
	left:93px;
	top:37px;
}

.howItem > h3 {
	font-weight:bold;
	font-size:18px;
	margin:10px 0px 0px 350px;
}

.howItem > div {
	font-size:16px;
	margin:20px 0px 0px 350px;
}