/* Callout Box tuiton page */
.cta-quiz-container{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.cta-quiz-head{
	text-align: center;
	background-color: #8E6C4A;
	padding: 16px 20px;
}
.cta-quiz-container h3.main-title {
	font-size: 32px;
	margin: 0;
	color: #fff;
	font-weight: 600;
	line-height: 38px;
}
.cta-quiz-container h3.main-title span {
	display: block;
}
.cta-quiz-body {
	background: #404040;
	padding: 40px;
	text-align: center;
}
.cta-quiz-body a.inline{
	font-size: 22px;
	padding: 0.7em 60px;
}
.cta-quiz-body p {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 25px !important;
	font-family: TradeGothic;
}
.cta-quiz-body p br{
	display: none;
}
.cta-quiz-grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px;
}
.cta-quiz-grid .col{
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 25%;
}
.cta-quiz-grid .svg-icon{
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
	max-height: 80px;
}
.cta-quiz-grid .col span {
	color: #fff;
	font-family: TradeGothic;
	font-size: 24px;
	font-weight: 600;
	margin-top: 25px;
	line-height: 36px;
	letter-spacing: 0em;
	display: block;
}
.cta-quiz-grid .col:not(:last-of-type):after {
	content: '';
	position: absolute;
	right: -17px;
	top: 25%;
	display: block;
	width: 35px;
	height: 17px;
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='17' viewBox='0 0 35 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23arrow__a)'%3E%3Cpath d='M34.769 7.93 26.816.269a.817.817 0 0 0-1.122-.083.748.748 0 0 0 0 1.164l6.595 6.36H.795a.767.767 0 1 0 0 1.533h31.492l-6.594 6.352a.746.746 0 0 0-.087 1.08.817.817 0 0 0 1.208 0l7.955-7.663a.746.746 0 0 0 0-1.08Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='arrow__a'%3E%3Cpath fill='white' d='M0 0h35v16.942H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 765px) {
	.cta-quiz-container h3.main-title {
		line-height: 1.2;
	}
	.cta-quiz-body {
		padding: 40px 30px;
	}
	.cta-quiz-grid {
		flex-direction: column;
	}
	.cta-quiz-grid .col {
		width: 100%;
	}
	.cta-quiz-grid .col:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.cta-quiz-grid .col:after {
		visibility: hidden;
	}
	.cta-quiz-body a.inline {
		width: 100%;
		font-size: 1.3em;
		padding: 0.7em 30px;
	}
	.cta-quiz-body p {
		font-size: 27px;
		line-height: 1.5;
	}
	.cta-quiz-body p br{
		display: unset;
	}
}
