#section1 {
	text-align: center;
}

#section2 ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	padding: 40px 0 0;
}

#section2 li {
	width: calc((100% - 80px) / 3);
	flex: none;
	border: 2px solid #8c7830;
	border-radius: 10px;
	box-sizing: border-box;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}