.wrapper2 {
	width: 100%;
	max-width: 70rem;
	margin: 0 auto 2rem auto;
}

.wrapper2>.section-title {
	margin-bottom: 2rem;
}


.changeCard2 {
	padding: 1.5rem 0;
}

.flexboxthree2 {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.changeItem2 {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.07);
	overflow: hidden;
	width: 20rem;
	transition: box-shadow 0.2s;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	min-height: 100%;
}

.gridCard2 {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.changeItem2 img {
	width: 100%;
	height: auto;
	display: block;
}

.changeItemTxt2 {
	padding: 0 18px 18px 18px;
}

.itemTitle2 {
	font-size: 1.08em;
	font-weight: normal;
	color: #222;
	margin: 10px 0 0 0;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.flexboxthree2 {
		flex-direction: column;
		gap: 18px;
		align-items: center;
	}

	.changeItem2 {
		width: 95vw;
		max-width: 420px;
	}
}