section.crm-features-banner.z-productivity-bg {
	background-color: #3f51b5;
}

.customer-button {
	display: block;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0;
}

.customer-button>div {
	display: table-cell;
	width: 50%;
}

.customer-button p {
	font-weight: 600;
}

.features-item .cont-part ul li {
	text-align: left;
	background: rgba(0, 0, 0, 0) url("http://www.zoho.com/crm/images/tick.png") no-repeat scroll 10px 8px / 15px auto;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0 5px 0 35px;
}

@media only screen and (max-width:767px) {
	.customer-button>div {
		width: 100%;
		display: block;
	}
	.customer-button>div:last-child {
		margin-top: -10px;
	}
	.features-item .cont-part ul li {
		background: rgba(0, 0, 0, 0) url("http://www.zoho.com/crm/images/tick.png") no-repeat scroll 0px 8px / 15px auto;
		padding: 0 5px 0 25px;
	}
}