.layout_feature_list_zig_zag .feature {
	width:  600px;
	max-width:  calc( 100vw - 100px );
	float:  right;
	margin-bottom:  50px;
	margin-left:  50px;
	margin-right:  50px;
}

.layout_feature_list_zig_zag .feature:last-child {
	margin-bottom:  0;
}

.layout_feature_list_zig_zag .feature:nth-child(odd) {
	float:  left;
}

.layout_feature_list_zig_zag .icon_wrap {
	float:  left;
	width:  90px;
	text-align:  center;
	margin-right:  20px;
}

.layout_feature_list_zig_zag .content {
	overflow:  hidden;
	margin-top:  0;
}


@media( max-width: 500px ){
	.layout_feature_list_zig_zag .feature {
		max-width: none;
    	width: 100%;
		margin-left:  0px;
		margin-right:  0px;
		float:  none;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.layout_feature_list_zig_zag .feature:nth-child(odd) {
		float:  none;
	}
	.layout_feature_list_zig_zag .icon_wrap .icon {
		transform:  scale( 0.8 );
	}
}
