.inner{
	margin-bottom: 60px;
	text-align: left;
}
.inner:last-child{
	margin-bottom: 0;
}
h4{
	font-size: 20px;
	font-weight: bold;
	color: #5bc1d9;
	margin-bottom: 15px;
}


@media screen and (max-width: 750px) {
	.inner {
		margin-bottom: 30px;
	}
	h4 {
    	font-size: 15px;
    	margin-bottom: 5px;
	}
	
}
/*---------------------------------------------------------------------
						box
----------------------------------------------------------------------*/
.box ul{
	max-width: 940px;
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}

.box ul li{
	width: 31.5%;
	height: 100px;
	background: #95c21f;
	border-radius: 20px;
	/*border: 3px solid #5bc1d9;*/
}

.box ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}
.box ul li:hover{
	background: #f2ca21;
}
.box ul li a:hover{
	opacity: 1;
}

@media screen and (max-width: 750px) {
	.box .big_btn{font-size: 13px; line-height: 60px;}
	.inner{
		
		padding: 0 20px;
	}
	.inner h2{font-size: 18px;}
	.inner p{padding: 0;}
	
	.box ul{display: block; margin: 0 auto;}
	.box ul li{width: 100%; height: 60px; margin-bottom: 10px;border-radius: 5px;}
	.box ul li a{font-size: 13px;text-align: center;}
}

@media screen and (max-width: 750px) {
	
}
