.desc-content{
	width: 100%;
	padding: 30px;
	background-color: #333333;
	color: #999999;
	font-size: 16px;
	position: relative;
}
.desc-content1{
	padding-right: 20px;
}
.desc-content-image{
	position: absolute;
	top: 0;
	right: 30px;
	width: 21px;
	height: 21px;
}

.desc-content-view{
	display: flex;
	align-items: center;
	justify-content: center;
}

.desc-content-logo{
	margin-top: 80px;
	width: 105px;
	height: 105px;
}

.desc-content-title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
}

.view-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.desc-content-btn{
	display: flex;
	align-items: center;
	background: #F0F0F0;
	box-shadow: 0px 4px 10px 0px rgba(170, 170, 170, 0.3);
	border-radius: 20px;
	padding: 10px 20px;
	margin-top: 40px;
}
.desc-content-btn1{
	display: flex;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 4px 10px 0px rgba(170, 170, 170, 0.3);
	border-radius: 20px;
	padding: 10px 23px;
	margin-top: 40px;
}
.desc-btn-image{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.desc-text{
	font-size: 16px;
	color: #333333;
}