/**
 * OSHIDA — services / closing.
 *
 * @figma 1707:3831  817 x 171 at (311.50, 3907.30) — the same treatment as
 *                   1693:2398: three centred lines on a 57px leading.
 *
 * The pills above end at y=3783.30, so the section carries 124px of lead-in.
 * This is the last real content in the Figma frame: y 4078.30 to the footer at
 * y=6897 is empty in the design itself, and nothing is invented to fill it.
 *
 * Owner: work package C3.
 */

.o-services-closing {
	padding-block-start: clamp(48px, 8.61vw, 124px);
}

.o-services-closing__text {
	margin: 0;
	inline-size: min(100%, 817px);
	margin-inline: auto;
	font-size: var(--o-fs-body);
	font-weight: var(--o-fw-extralight);
	line-height: 3; /* 57 / 19 — the measured 3-line box of 1707:3831. */
	color: var(--o-text);
	text-align: center;
	text-wrap: pretty;
}

@media (max-width: 599px) {
	.o-services-closing__text {
		line-height: var(--o-lh-loose);
	}
}
