.entry {
	text-align: center;
}
.entry img{
	width: 500px;
	margin-top: 60px;
}
.content{
	min-height: 300px;
}
.menu-action{
	width: 100%;
	height: 100%;
	padding: 0 20%;
	line-height: 100%;
	vertical-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.menu-btn{
	width: 160px;
	height: 160px;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #1E9FFF;
	color: #FFF;
	border: 1px solid #1E9FFF;
}
.menu-btn:first-child{
	background: #009688;
	border-color: #009688;
}
.menu-btn span:last-child{
	margin-top: 20px;
}
.ss-title{
	width: 100%;
	font-weight: 700;
	font-size: 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.ss-title .line-border{
	width: 6px;
	height: 30px;
	background: #1E9FFF;
	border-radius: 8px;
	margin-right: 15px;
}