main::before {
	background-image: url(../img/mission.jpg);
}

section ul li {
	padding-top: 30px;
}

section ul li h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}

section ul li h3::before {
	content: "";
	display: inline-block;
	background: url(../img/logo.svg) 50% 50% / contain no-repeat;
	margin-right: 8px;
	height: 1.4em;
	aspect-ratio: 1 / 1;
}