.green-gradient {
	background: #fff;
}
.green-gradient h1 {
	color: #212529;
}
.trustpilot_h1 {
	margin-top: 50px;
}
.trustpilot_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
.trustpilot_box div {
	flex: 0 0 50%;
	padding: 7px;
}
.trustpilot_box img {
	width: 100%;
}
.footer {
	margin-top: 20px;
}
.step_text {
	padding: 0 15px;
}
.step_box h5 {
	text-align: center;
	font-size: 20px;
}
.table {
	position: relative;
	padding-top: 70px;
}
.table_box {
	width: 100%;
	max-width: 490px;
	margin: 20px auto;
}
.table_box .row div {
	border-style: none;
	border-width: 1px;
	border-color: #e0e0e0;
	min-height: 70px;
	position: relative;
}
.table_box .row div:nth-child(1) {
	width: 50%;
	border-style: none none solid none;
}
.table_box .row div:nth-child(2) {
	width: 25%;
	background: #008f41;
	border-style: none solid solid solid;
}
.table_box .row div:nth-child(3) {
	width: 25%;
	border-style: none none solid none;
}
.table_box .row.top div:nth-child(2)  {
	height: 90px;
	border-radius: 10px 10px 0px 0px;
}	
.table_box .row.bottom div:nth-child(2)  {
	border-radius: 0px 0px 10px 10px;
}	
.table_box .row div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.table_box .row div span {
	top: 50%;
	transform: translate(0,-50%);
	position: absolute;
	line-height: 1;
	padding-left: 10px;
	padding-right: 10px;	
}
.table_box .row.bottom div {
	border-bottom: none;
}
.table h1 {
	font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-bottom: 50px;
}
.table p {
	text-align: center;
	width: 100%;
}
@media (max-width: 767px) {
	.trustpilot_box { width: 90%; margin: 30px auto 0 auto; }
	.trustpilot_box div { flex: 0 0 100%; padding: 7px 0; }
	.mob_not { display: none; }
	.footer { padding-bottom: 0px; }
	.table { width: 90%; padding-top: 30px; }
	.table h1 { font-size: 27px; margin-bottom: 30px; letter-spacing: -1.5px; }
	.step_text, .table_box .row div, .table p { font-size: 15px;  }
	.bullets { padding-top: 30px; }
	#guarantee p { padding-top: 90px; }
}	