.about-hero {
	background: #fff;
}

.about-hero__lead {
	padding-left: 23px;
	border-left: 3px solid var(--red);
	color: var(--muted);
	font-size: 25px !important;
	line-height: 1.25 !important;
}

.about-story {
	gap: 70px;
}

.about-story .split-intro__image {
	aspect-ratio: 1.35;
}

.about-story p {
	font-size: 14px;
}

.about-impact .section-heading {
	margin-bottom: 40px;
	justify-content: center;
	text-align: center;
}

.impact-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.impact-grid > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 205px;
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.impact-grid > div.is-highlight {
	border-color: var(--red);
	background: var(--red-dark);
	color: #fff;
}

.impact-grid .feature-card__icon {
	width: auto;
	height: auto;
	margin: 0 0 10px;
	background: transparent;
}

.impact-grid strong {
	font-size: 48px;
	line-height: 1;
}

.impact-grid span {
	margin-top: 12px;
	color: var(--muted);
	font-size: 12px;
	text-transform: uppercase;
}

.impact-grid .is-highlight span {
	color: rgba(255, 255, 255, .75);
}

.expertise-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.expertise-grid > div {
	padding: 25px;
	border: 1px solid var(--line);
}

.expertise-grid > div::before {
	display: block;
	width: 42px;
	height: 2px;
	margin-bottom: 20px;
	background: var(--red);
	content: "";
}

.expertise-grid h3 {
	margin: 0 0 10px;
	font-size: 21px;
}

.expertise-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
}

.about-values .card-grid > div {
	text-align: center;
}

.about-values .section-heading {
	justify-content: center;
	text-align: center;
}

.about-cta {
	text-align: center;
}

.about-cta .cta-strip__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 26px;
}

.about-cta .button {
	border-color: #fff;
	background: #fff;
	color: var(--red);
}

.about-values .feature-card__icon {
	margin: 0 auto 18px;
	background: var(--red);
	color: #fff;
}

.about-network .split-intro__image {
	aspect-ratio: 1.5;
}

.network-stats {
	display: flex;
	gap: 18px;
	margin-top: 34px;
}

.network-stats div {
	min-width: 175px;
	padding: 16px;
	border: 1px solid #f09393;
}

.network-stats strong,
.network-stats span {
	display: block;
}

.network-stats strong {
	font-size: 30px;
}

.network-stats span {
	color: var(--muted);
	font-size: 12px;
}

@media only screen and (max-width: 768px) {
	.impact-grid,
	.expertise-grid {
		grid-template-columns: 1fr;
	}

	.network-stats {
		flex-direction: column;
	}
}
