.app_bg {
	width: 50%;
	height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25%;
	padding: 50px 0;
	border-bottom: 1px solid #e8eaec;
}

.app_pnone_bg {
	height: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}

.app_img {
	text-align: right;
	width: 45%;
	padding-right: 5%;
	height: 99%;
	float: left;
}

.app_img img {
	max-width: 100%;
	max-height: 100%
}

.app_desc {
	float: left;
	height: 99%;
	width: 48%;
}

.app_desc span {
	font-size: 42px;
	font-weight: 600;
}

.app_desc ul li {
	font-size: 16px;
	margin: 10px 0;
}

.app_desc ul {
	margin-bottom: 10%;
}

.app_btn {
	cursor: pointer;
	margin: 10px; 
	font-size: 18px;
	padding: 10px 20px; 
	border-radius: 25px;
	border: 1px solid #2d8cf0;
	color: #2d8cf0;
	background: #ffffff;
	font-weight: 400;
	text-decoration: none;
	outline: none;
}
.app_btn2 {
	cursor: pointer;
	margin: 10px; 
	font-size: 18px;
	padding: 10px 20px; 
	border-radius: 25px;
	border: 1px solid #ff9900;
	color: #ff9900;
	background: #ffffff;
	font-weight: 400;
	text-decoration: none;
	outline: none;
}

.app_icon {
	border: 1px solid red;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.app_pnone_icon {
	border: 1px solid red;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.icon_right {
	margin-left: 40%;
}

.icon_phone_right {
	margin-left: 50%;
}

