.quiz-maker .hero {
	padding: 125px 0 200px;
	background: radial-gradient(412.45% 101.88% at 54.06% -1.88%, #050072 0%, #715DFF 60%, #FFF 95%);
	text-align: center;
}

.quiz-maker .hero .inner {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
}

.quiz-maker .hero p.claim {
	color: #FFF031;
	text-align: center;
	
	/* EYE BROWN */
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 28px; /* 116.667% */
	text-transform: uppercase;
	margin-bottom: 22px;
}

.quiz-maker .hero h1 {
	color: #FFF;
	text-align: center;
	font-family: PlutoRegular;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -2px;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.quiz-maker .hero h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.quiz-maker .hero .btn {
		padding: 9px 20px;
	}
}

.quiz-maker .hero .btn:hover {
	background: white;
	border-color: white;
	text-decoration: none;
}

.quiz-maker .hero p {
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	margin-bottom: 28px;
}

.quiz-maker .hero .btn {
	padding: 9px 27px;
	border-radius: 40px;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background: #FFF031;
	color: #1B1851;
	text-align: center;
	font-family: Roboto;
	font-size: 15.4px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
}

.quiz-maker .principal-image .box {
	text-align: center;
	background: white;
	margin-top: -160px;
	border-radius: 24px;
	padding: 95px 12px 40px;
}

.quiz-maker .principal-image .box img {
	width: 992px;
}

@media (max-width: 768px) {
	.quiz-maker .principal-image .box {
		padding: 20px 12px 40px;
	}
}

.quiz-maker .features {
	padding: 40px 0;
}

.quiz-maker .features p.claim {
	color: #8979FF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 28px; /* 116.667% */
	text-transform: uppercase;
	margin-bottom: 24px;
}

.quiz-maker .features h2 {
	color: #1B1851;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 900;
	line-height: 45px; /* 125% */
	margin-bottom: 24px;
}

@media (max-width: 768px) {
	.quiz-maker .features img {
		width: 250px;
	}
}

.quiz-maker .features p {
	color: #3A3A3A;
	
	/* Paragraph */
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 148%; /* 25.16px */
	margin-bottom: 0px;
}

.quiz-maker .features .inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 766px) {
	.quiz-maker .features.left .inner {
		text-align: right;
	}
}

.quiz-maker .cta {
	padding: 40px 0;
	text-align: center;
}

.quiz-maker .cta .btn {
	padding: 11px 36px;
	border-radius: 40px;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background: #33268C;
	
	color: #FFF;
	text-align: center;
	font-family: Roboto;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px; /* 149.351% */
}





























