main{
	background:#fff;
}
/*---------------*/
section{
	width:90%;
	max-width:840px;
	margin:0 auto;
	line-height:200%;
}
section h2{
	margin:0 0 5px;
	padding:13px 0 13px 20px;
	line-height:1;
	background:#206139;
	color:#fff;
	font-size:24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
main ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:20px 0 0;
	margin:0 0 60px;
	border-top:1px solid #206139;
}
main ul li{
	width:48%;
	margin:0 0 20px;
	text-align:center;
}
main ul li img{
	width:100%;
}

@media screen and (max-width: 980px) {
	main ul li{
		width:100%;
	}
	main ul li img{
		width:90%;
	}


}
