@media (min-width: 767px)  { 
.features-content {
	/*width: 50%;*/
	margin: 0px auto;
	/*margin-left: 36%;*/
	background: none !important;
	margin-bottom: 20px;
	float: none !important;
}

.border-left-features {
	border-left: 5px solid #858480;
	padding-left: 20px;
}

.features-content-h3 {
	margin-left: 7%;
}

#features-div {
	background: #ffffff;
	padding-bottom: 2px;
	margin-bottom: 0px;
	background: url('../Images/3.1_bg_left.jpg') no-repeat top left,#ffffff !important;
	overflow: hidden;
	position: relative;
}

.point-of-fuel-card p {
	line-height: 2;
}

.point-of-fuel-card {
	width: 72%;
	margin-left: 7%;
	padding-bottom: 30px;
	border-bottom: 1px solid #bfbfbf;
}

.point-of-fuel-card h3 {
	font-size: 20px;
	margin-bottom: 0px;
	/*margin-left: 7%;*/
}

}

@media (max-width: 767px) {
	#features-div {
		width: 95%;
		margin: 0px auto;
		padding-bottom: 20px;
	}

	.point-of-fuel-card {
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
	}

	.border-left-features {
	border-left: 5px solid #858480;
	padding-left: 20px;
}

	.features-content {
		padding-top: 3%;
	}

}

@media (min-width: 767px) and (max-width: 1278px) {
	#features-div {
		width: 1280px;
		left: 50%;
		transform: translateX(-50%);
	}
}