.business-page{
	width: 100vw;
	height:100vh;
	background-image:url('../../static/imgs/intro/middle_3.svg');
	background-size:100vw 85vh; 
	background-repeat:no-repeat;
}

.business-view{
	width:100vw;
	height:80px;
	background:var(--f7-bottom-bg-color);
	overflow:hidden;
	position:absolute;
	bottom:0;
	color:var(--f7-bottom-text-color);
}

.business-view > * {
	font-size: 14px;
}

.business-small-info{
	height:100%;
	margin-left:15%; 
	margin-right:15%;
	text-align: center;
	margin-top: 10px;
}


.business-info{
	height:100%;
	margin-left:15%; 
	margin-right:15%;
	text-align: center;
	margin-top: 10px;
}