/*** Style Starts Here ***/
.feature-section-wrap {
	position: relative;
	width: 100%;
	display: table; 
	padding: 40px 0px;
}

.feature-section-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background-color: #fff;
}

.feature-section-left {
	position: relative;
	z-index: 1;
	width: 50%;
	display: table-cell;
	float: none;
	margin: 0px;
	vertical-align: middle;
}

.feature-left-image img {
	max-width: 580px;
}

.feature-section-right {
	position: relative;
	z-index: 1;
	width: 50%;
	display: table-cell;
	float: none;
	margin: 0px;
	vertical-align: middle;
}

.feature-header h2 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 99;
}


.feature-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.feature-description ul {
    padding-left: 30px;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 500;
}


/******** Mobile Styling *********/
@media (max-width: 1080px) {
	.feature-left-image img {
		max-width: 450px;
	}
	.feature-header h2 {
		font-size: 30px;
		padding-bottom: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
  
	.feature-left-image img {
		max-width: 350px;
	}
  
}

@media (max-width: 767px) {
	.feature-section-wrap {
		display: inline-block;
		padding: 50px 0px !important;
		text-align: center;
	}
	.feature-section-left {
		width: 100%;
		display: inline-block;
    padding-bottom: 40px;
	}
	.feature-section-right {
		width: 100%;
		display: inline-block;
	}
	.feature-left-image img {
		max-width: 100%;
	}
}
}

@media (max-width: 479px) {
	.feature-left-image img {
		max-width: 100%;
		padding-bottom: 30px;
	}
}