.feature-section .title-wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.feature-section .feature-item {
  width: 33.33%;
}
.feature-section .feature-item .feature-icon {
  margin-bottom: 16px;
}

.feature-section .feature-item .feature-icon img {
	height:90px;
}


.feature-section .feature-item h4 {
  margin-bottom: 15px;
	letter-spacing:0em;
}
@media only screen and (min-width: 1200px) {
  .feature-section .row {
    margin-left: -4%;
    margin-right: -4%;
  }
  .feature-section .row > div {
    padding: 0% 4%;
  }
}
@media only screen and (max-width: 991px) {
  .feature-section .feature-item {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-section .feature-item {
    width: 100%;
    margin-bottom: 30px;
  }
	
	.feature-section .title-wrapper {
		margin-bottom: 0;
	}
	
	.ranges-home-section {
		margin-top:0;	
	}
	
	.feature-section {
		margin-bottom: 0;
	}
	
.feature-section .feature-item .feature-icon img {
    height: 70px;
}
	
.home .feature-section .feature-item {
    width: 100%;
    margin-bottom: 0;
  }
  .feature-section .feature-item:last-child {
    margin-bottom: 0px;
  }
  .feature-section .feature-item .feature-icon img {
    width: 62px;
  }
  .feature-section .feature-item .feature-content p {
    display: none;
  }
  .feature-section .feature-item .feature-item-inner {
    display: flex;
    align-items: center;
  }
  .feature-section .feature-item .feature-icon {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .feature-section .feature-item h4 {
    margin-bottom: 0;
  }
  .feature-section .feature-item .feature-icon img {
    max-width: 40px;
  }
}
