#wrapper {
	width: 94%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #067CD6;
	padding-bottom: 50px;
}
.box {
	border-top: 3px solid #067CD6;
	padding-top: 20px;
	margin-top: 30px;
	overflow: hidden;
}
.box .title {
	border-bottom: 1px dashed #067CD6;
}
.box .title h3 {
	font-size: 20px;
	padding-bottom: 20px;
	color:#067CD6;
}
.box .grid {
	padding-top: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.box .grid li {
	display: flex;
	align-items: center;
	justify-content: center;
}
