.find-out-shop {
	background: url("/images/budget-icon.jpg") no-repeat scroll 70% 0%, rgba(0, 0, 0, 0) url("/images/dot-arrow.jpg") repeat scroll 70% 0;
	min-height :180px;
	width: 122px;
}
.find-out-budget {
	background: url("/images/shop-icon.jpg") no-repeat scroll 70% 0%, rgba(0, 0, 0, 0) url("/images/dot-arrow.jpg") repeat scroll 70% 0;
	min-height :180px;
	width: 122px;
}
.find-out-enjoy {
	background: url("/images/enjoy-icon.jpg") no-repeat scroll 70% 0%, rgba(0, 0, 0, 0);
	min-height :180px;
	width: 122px;
}

@media (max-width: 767px){
	.find-out-shop{
		background: url("/images/budget-icon.jpg") no-repeat;
	}
	.find-out-shop, .find-out-budget, .find-out-enjoy{
		min-height: 130px;
		margin-top: 10px;
	}
	.find-out-shop-text{
		padding: 0;
	}
	.find-out-budget{
		background: url("/images/shop-icon.jpg") no-repeat;
	}
	.find-out-budget-text{
		padding: 0;
	}
	.find-out-enjoy{
		background: url("/images/enjoy-icon.jpg") no-repeat;
	}
	.find-out-enjoy-text{
		padding: 0;
	}
	.mobile-text{
		margin-top: 10px;
	}
}

.easy-step-how-it-work h2 {
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 30px;
}

.easy-step-how-it-work p {
    font-size: 1.4rem;
    line-height: 1.6875;
}