h2 {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

li {
	font-size: 15px;
	line-height: 1.47;
	margin-bottom: 1em;
}

@media (min-width: 1024px) {
	li {
		font-size: 18px;
		line-height: 1.47;
		margin-bottom: 1em;
	}
}

@media (min-width: 1280px) {
	li {
		font-size: 20px;
		line-height: 1.40;
		margin-bottom: 1.25em;
	}
}

blockquote, blockquote p {
	font-size: 16px;
	line-height: 23px;
	color: var(--gray-light);
	margin-bottom: 1em;
}
