.text-wrapper {
}

.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3,
.text-wrapper h4,
.text-wrapper h5,
.text-wrapper h6 {
	font-weight: 700;
	line-height: 1.3;
	margin: 1.5em 0 0.8em;
}

/* Базовые размеры */
.text-wrapper h1 {
	font-size: 2.2em;
}
.text-wrapper h2 {
	font-size: 1.9em;
}
.text-wrapper h3 {
	font-size: 1.6em;
}
.text-wrapper h4 {
	font-size: 1.4em;
}
.text-wrapper h5 {
	font-size: 1.2em;
}
.text-wrapper h6 {
	font-size: 1em;
}

.text-wrapper ul,
.text-wrapper ol {
	margin: 1em 0 1em 1.5em;
	padding: 0;
}

.text-wrapper ul li {
	list-style-type: disc;
}

.text-wrapper ol li {
	list-style-type: decimal;
	margin: 0.3em 0;
}

/* --- Адаптивность --- */
@media (max-width: 992px) {
	.text-wrapper h1 {
		font-size: 2em;
	}
	.text-wrapper h2 {
		font-size: 1.7em;
	}
	.text-wrapper h3 {
		font-size: 1.5em;
	}
	.text-wrapper h4 {
		font-size: 1.3em;
	}
	.text-wrapper h5 {
		font-size: 1.1em;
	}
	.text-wrapper h6 {
		font-size: 0.95em;
	}
	.text-wrapper p {
		font-size: 0.95em;
	}
}

@media (max-width: 768px) {
	.text-wrapper h1 {
		font-size: 1.8em;
	}
	.text-wrapper h2 {
		font-size: 1.5em;
	}
	.text-wrapper h3 {
		font-size: 1.3em;
	}
	.text-wrapper h4 {
		font-size: 1.2em;
	}
	.text-wrapper h5 {
		font-size: 1em;
	}
	.text-wrapper h6 {
		font-size: 0.9em;
	}
	.text-wrapper p {
		font-size: 0.9em;
	}
}

@media (max-width: 480px) {
	.text-wrapper h1 {
		font-size: 1.5em;
	}
	.text-wrapper h2 {
		font-size: 1.3em;
	}
	.text-wrapper h3 {
		font-size: 1.2em;
	}
	.text-wrapper h4 {
		font-size: 1.1em;
	}
	.text-wrapper h5 {
		font-size: 0.95em;
	}
	.text-wrapper h6 {
		font-size: 0.85em;
	}
	.text-wrapper p {
		font-size: 0.85em;
	}
}
