#section2 article{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:40px;
	padding:80px 0 0;
}
#section2 article dl{
	width:380px;
	flex:none;
	position:relative;
}
#section2 article dl:nth-child(even){
	margin-top:80px;
}
#section2 article dl dt{
	font-size:30px;
	color:#fff;
	width:100%;
	height:175px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	margin:0 auto 10px;
	font-weight:900;
	line-height:1.3em;
	position:relative;
	z-index:2;
	letter-spacing:-0.1em;
}
#section2 article dl dd{
	position:relative;
	z-index:2;
	font-weight:700;
}
#section2 article dl:after{
	content:"";
	display:block;
	width:324px;
	height:324px;
	border-radius:50%;
	background: linear-gradient(to bottom, rgba(248,181,0,1) 0%,rgba(248,181,0,1) 30%,rgba(162,211,47,1) 100%);
	z-index:1;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	margin:auto;
}