/* About — factory showcase sub-page */
.about-engineering-showcase-page {
	padding-bottom: 72px;
}

.about-engineering-showcase-page > .container {
	padding-top: 40px;
}

.about-factory-zone + .about-factory-zone {
	margin-top: 48px;
	padding-top: 16px;
	border-top: 1px solid #e8edf2;
}

.about-factory-subsection {
	margin-top: 28px;
}

.about-factory-subsection:first-of-type {
	margin-top: 8px;
}

.about-factory-subsection__title {
	margin: 0 0 20px;
	padding-inline-start: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #0f3460;
}

.about-factory-zone__grid {
	margin-bottom: 0;
}

.about-factory-card {
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 8px;
	overflow: hidden;
}

.about-factory-card img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 8 / 5;
	object-fit: cover;
	background: #eef2f6;
}

.about-factory-card__caption {
	padding: 14px 16px 16px;
	flex: 1;
}

.about-factory-card__title {
	display: block;
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #0f3460;
}

.about-factory-card__desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #64748b;
}

.about-engineering-showcase-highlights {
	margin-top: 48px;
	margin-bottom: 40px;
}

.about-factory-subsection .about-factory-zone__grid {
	margin-bottom: 8px;
}
