/* Finish Product Alignment Fix - START */
.techspecs.with-3-columns .section-finish {
	border-top: none;
}

.techspecs.with-3-columns .section-finish .techspecs-column[aria-colspan="3"] {
	width: 100%;
	margin-inline-start: 0;
}

.techspecs .techspecs-section .techspecs-row .techspecs-column[aria-colspan="3"] {
	padding: 0;
}

.techspecs.with-3-columns .section-finish .techspecs-column[aria-colspan="3"] figure {
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 156px;
	--p-height: 64px;
	margin: 36px auto;
}

.techspecs.with-3-columns .section-finish .techspecs-column[aria-colspan="3"] figcaption {
	text-align: center;
}
/* Finish Product Alignment Fix - END */
