.doc {
	width: min(760px, calc(100% - 32px));
	margin: 0 auto;
	padding: 48px 0 80px;
}

.doc__title {
	margin: 0 0 24px;
	color: #16242b;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
}

.doc__body h2 {
	margin: 28px 0 12px;
	color: #16242b;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}

.doc__body p {
	margin: 0 0 16px;
	color: #2a2a2a;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}

.doc__body a {
	color: #12b7b1;
	text-decoration: underline;
}

.lead__consent a,
.quiz__consent a {
	color: #12b7b1;
	text-decoration: underline;
}

@media (min-width: 1100px) {
	.doc {
		padding: 72px 0 120px;
	}

	.doc__title {
		font-size: 40px;
		line-height: 48px;
	}
}
