@charset "utf-8";
/* CSS Document */

#mod_onas {
}

#mod_onas #text {
	width: 75%;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
}

#mod_onas #icons {
}
	#mod_onas #icons .icon {
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	
		width: 46%;
		float: left;
		height: 104px;
		margin: 0 2% 20px 2%;
		padding-left: 120px;
		font-size: 14px;
		background-repeat: no-repeat;
	}
	#mod_onas #icons .icon-3line { padding-top: 10px; }
	#mod_onas #icons .icon-2line { padding-top: 25px; }
	#mod_onas #icons .icon-1line { padding-top: 40px; }

@media only screen and (max-width: 767px){
	#mod_onas #icons .icon { width: 90%}
}