ul.customize-list li{
	display: inline-block;
	width: 45%;
	text-indent: initial;
	vertical-align: top;
	margin-bottom: 40px !important; /* SORRY, HAVEN'T TIME TO FIX IT IN '.frame-base ul li' */
}

ul.customize-list li:before{
	content: "";
}

ul.customize-list li:nth-child(2n){
	margin-left: 30px;
}

ul.customize-list li img{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

ul.customize-list li div{
	display: inline-block;
	width: 75%;
}

.frame-product-features .hand-cards{
	top: 45px;
}

.frame-product-features .hand-cards .hand-card{
	left: -270px;
}

.frame-product-features .hand-cards .hand-card img{
	width: 267px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
	ul.customize-list li{
		width: 95%;
		padding-left: 0;
	}

	ul.customize-list li img{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	ul.customize-list li:nth-child(2n){
		margin-left: 0;
	}

	.frame-steps_debit .col-sm-frame .inline-block{
			padding-left: 0;
	}
}