.three-steps {
	color: white; 
	padding: 54px 0 23px 1%;
}

.step {
	display: inline; 
	float: left; 
	width: 250px; 
	padding: 0 5% 0 5%;
}

.step-title {
	color:white; 
	font-size: 20px; 
	margin: 10px 0 10px 0;
}

.step-img {
	width:128px; 
	height: 128px;
}

.grey {
	background: #e3e8ec;
}

.grey-header {
	font-size: 1.6em; 
	color: #949EA6; 
	font-weight: 600;
}

.funnel-dark {
	  background: url('../images/backgrounds/4.jpg');
}
.funnel-dark::after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 30px 145px 0;
	  border-color: #141C27 rgba(0,0,0,0) rgba(0,0,0,0) transparent; /*#2F304C*/
	  position: absolute;
	  left: 50%;
	  margin-left: -145px;
}
.funnel {
	background: url('../images/backgrounds/background_01.jpg');
}
.funnel::after {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 30px 145px 0;
	  border-color: #2F304C rgba(0,0,0,0) rgba(0,0,0,0) transparent; 
	  position: absolute;
	  left: 50%;
	  margin-left: -145px;
}

.funnel-header {
	color: #fff; 
	font-weight: 400;
}

.promo-img {
	max-height: 250px;
	margin-left: 60px;
}

.bullets {
	font-size: 18px; 
	font-weight: 300; 
	list-style-type: none; 
	list-style-position: inside; 
	padding-left: 20px;
}

.top3-li {
	padding: 5px 0 5px 0;
}

.top3-icon {
	font-size: 2.4em; 
	color: white; 
	vertical-align: middle;
}

.fill {
	margin: 0 auto; 
	width: 100%;
}

.orange-box {
	display: block; 
	position: relative; 
	background: #e95217; 
	/*border-bottom: none;*/
 padding: 5px;
}

.orange-header {
   color: #fff;
  font-size: 25px;
  margin: 0 0 20px;
  text-align: center; 
  padding: 10px;
}

.orange-button {
  font-size: 30px;
  padding: 14px 42px;
  background-color: #ffe400;
  border-color: #ffc600;
  color: #6e380d;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;"
}

.orange-cards {
  background-image: url('../images/cards-small.png');
  height: 30px;
  margin: 0;
  background-position: center top;
  background-repeat: no-repeat;
}

.orange-subtitle {
font-size: 11px;
  color: #fff;
  margin: 5px 0 0;
  text-align: center;  
  font-weight: 500;
}

.title-divider {
	width:8%; 
	height: 1px; 
	color: #6173f4; 
	background-color: #6173f4;
}

.testimonials {
padding: 70px 0 120px 0;
}

.testimonial-quote {
	font-size: 28px; 
	line-height: 1.4em;
}

.testimonial-img {
	width:54px; 
	height:54px; 
	border-radius: 50px; 
	vertical-align: middle; 
	margin-right: 20px;
}

.testimonial-name {
	color: #8b99a5; 
	font-size: 18px;
}