.quiz__annotation {
	margin-bottom: var(--section-padding-y);
	padding-bottom: var(--section-padding-y);
}

.quiz__annotation-title {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: var(--section-padding-y);
}
.quiz__annotation-text {
	font-size: 16px;
	font-weight: 400;
}

.quiz__footer {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.quiz__annotation {
		padding-bottom: 0;
	}

	.quiz__annotation-title {
		font-size: 2rem;
	}

	.quiz__footer {
		margin-top: 50px;
	}

	.quiz:after {
		display: none;
	}
}

.quiz__button {
	width: 100%;
}
