.customer-points__title {
	text-align: center;
}

.customer-points__points {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.customer-points__point {
	border-radius: 2rem;
	background: #f3f3f3;
	overflow: hidden;
	padding: 2rem;
}

.customer-points__image {
	margin: -2rem;
	margin-bottom: 2rem;
	aspect-ratio: 2 / 1;
}

.customer-points__image img {
	height: 100%;
	object-fit: cover;
}

.customer-points__icon {
	margin-bottom: 1rem;
}

.customer-points__point-title {
	font-size: 1.2rem;
	font-weight: 700;
}

/* Alt */
.customer-points__point--alt .customer-points__point-text {
	font-weight: 700;
}
