/**
 * Homepage testimonials — cap card column width on wide desktops.
 */

@media (min-width: 769px) {
	.testimonials-section .testimonials-cards-outer {
		align-self: center !important;
		width: 100%;
		max-width: 1320px;
	}

	.testimonials-section .testimonials-cards-inner {
		align-self: center !important;
		width: 100%;
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto;
	}

	.testimonials-section .testimonials-cards {
		align-self: center !important;
		width: 100%;
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}

	.testimonials-section .testimonials-columns-desktop {
		flex: none !important;
		width: 100%;
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		align-self: center !important;
	}

	.testimonials-section .testimonials-column {
		flex: 1 1 0 !important;
		min-width: 0;
		max-width: calc((1240px - 32px) / 3);
	}

	.testimonials-section .testimonial-card {
		width: 100%;
		max-width: 100%;
	}
}
