.banner-section{
	padding: 5px;
	border: #ccc solid 1px;
	border-radius: 5px;
}
.mobile-app-step {
	padding: 5px;
	border: #ccc solid 1px;
	border-radius: 5px;	
	min-height: 150px;
	vertical-align: middle;
}
.mobile-app-step .head{
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #201F1F;
	line-height: 1.5;
}
.mobile-app-step .head span{
	font-weight: 600;
	color: #D24400;
}