.page {
	padding: 100px 10%;
	font-size: 18px;
	text-align: justify;
}
h2,
h3,
h4 {
	color: var(--clr-title);
	text-align: start;
}
h2 {
	font-size: 2.5rem;
	padding-block: 1.5em;
	font-weight: 800;
}
h3 {
	font-size: 1.75rem;
	padding-block: 1em;
	font-weight: 600;
}
h4 {
	font-size: 1.25rem;
	padding-block: 0.5em;
	font-weight: 500;
}

p {
	line-height: 1.3;
	color: var(--clr-text);
	padding-block: 0.75em;
}
.page span {
	font-size: 14px;
	font-weight: 400;
	color: var(--clr-text-lead);
}
strong {
	font-weight: 500;
}
em {
}

.page ul {
	list-style: disc;
	padding: 0.75em 0 0.75em 24px;
}
.page ol {
	list-style: decimal;
	padding: 0.75em 0 0.75em 24px;
}
.page li {
	line-height: 1.6;
}