/**
 * Startseiten-Intro – schlicht, ohne Karten/Borders.
 */

.tus-front-intro {
	margin: 0 0 1.75rem;
	max-width: 42rem;
}

.tus-front-intro__title {
	font-size: clamp(1.35rem, 2.2vw, 1.75rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.75rem;
}

.tus-front-intro p {
	color: var(--tus-color-text-muted, #5a6578);
	font-size: 1.05rem;
	line-height: 1.55;
	margin: 0 0 0.85rem;
}

.tus-front-intro p:last-child {
	margin-bottom: 0;
}
