.feature h2 { font-size: 18px; margin: 0 0 0 100px; font-weight:bold; line-height: 1.4em; }
.feature img { float: left; margin: 0px; }
.feature p { margin: 20px 0 10px 115px; font-weight: 100; line-height:1.4em; }
.hr-space-features { height: 1px; color: #ccc; border: 0; background-color: #ccc; width: 100%; clear:both; }

.feature {  clear: both;  margin: 25px; padding-bottom: 25px; border-bottom:1px solid #dedede; }
.last-feature { border-bottom:none !important; }

@media screen and (max-width:480px) {
	
	.feature p { margin:20px 0 0 0 !important; }

	.row:nth-child(even) .feature img, .row:first-child .feature img { float:right; }
	.row:nth-child(odd) .feature img { float:left; }

	.row:nth-child(even) .feature h2, .row:first-child .feature h2 { margin:0 100px 0 0; }
	.row:nth-child(odd) .feature h2 { margin:0 0 0 100px; }
	
}