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

.customer_highlights__grid {
	display: grid;
	grid-template-columns: 3fr 2fr;
	column-gap: 4rem;
}

.customer_highlights__grid--alt {
	grid-template-columns: 2fr 3fr;
}

.customer-highlights__image,
.customer-highlights__video {
	border-radius: 2rem;
	overflow: hidden;
}

.customer-highlights__image img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.customer-highlights__video iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

.customer-highlights__points {
	display: grid;
	gap: 2rem;
}

.customer-highlights__point img {
	margin-bottom: 0.5rem;
}

.customer-highlights__point-title {
	font-size: 1.2rem;
	margin-bottom: 0;
	font-weight: 700;
	display: block;
}

/* Alt */
.customer-highlights__points--alt {
	gap: 1rem;
}

.customer-highlights__points--alt li::after {
	content: "";
	height: 1px;
	border-top: 1px dashed #c3422b;
	width: 100%;
	display: block;
	margin-top: 1rem;
}

.customer-highlights__points--alt li:last-child::after {
	display: none;
}
