.section-size-weight .techspecs-row .figure-caption .caption.depth {
	left: 163px;
}

@media (max-width: 1068px) {
	.section-size-weight .techspecs-row .figure-caption .caption.depth {
		left: 120px;
	}
}

@media (max-width: 734px) {
	.section-size-weight .techspecs-row .figure-caption .caption.depth {
		left: 73px;
	}
}

/* START - specs format 3 col */
.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;
}

/* END - specs format 3 col */
