section h4{
	text-align:center;
}

section ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
section ul::before{
  content:"";
  display: block;
  width:21%;
  order:1;
}
section ul::after{
  content:"";
  display: block;
  width:21%;
}
section ul li{
	width:21%;
	margin:0 0 40px;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
section ul li img{
	width:100%;
}
section ul li div{
	margin:0 auto 10px;
	color:#28A7E1;
	font-weight:600;
	font-size:20px;
	line-height:1;
}

@media screen and (max-width: 980px) {
	section h4{
		text-align:left;
	}

	section ul::before{
		width:49%;
	}
	section ul::after{
		width:49%;
	}
	section ul li{
		width:49%;
	}
}
