#product .designIcon{

}
/**/
#product .designIcon h4{
	position:relative;
	text-align:center;
}

#product .designIcon h4 span{
	display:block;
	margin-top:4rem;
}
#product .designIcon h4 span.top{
	margin-top:0rem;
}

#product .designIcon h4 img{
	margin-top:0rem;
}


@media (min-width:769px) and (max-width:1080px) {
}

@media screen and (max-width:768px) {
	#product .designIcon h4 span{
		position:relative;
	}

}