.faq {
	padding: clamp(30px, 7vw, 123px) 0;
}

.faq .header-text{
	font-weight: 500;
	font-size: clamp(22px, 4vw, 40px);
	line-height: 130%;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
}
.faq .header-text span{
	color: #9069FF;
}
.faq .header-text b{
	font-weight: 700;
}

.faq .element-faq {
	text-align: left;

}
.faq .element-faq-question {
	font-weight: bold;
	font-size: clamp(18px, 3vw, 22px);
	line-height: 150%;
	color: #FFFFFF;
	margin: 0 0 clamp(12px, 3vw, 23px);
}
.faq .element-faq-answer {
	font-weight: normal;
	font-size: clamp(16px, 3vw, 20px);
	line-height: 27px;
	color: #FFFFFF;
}
.faq .content{
	margin: clamp(30px, 6vw, 105px) 0 0 0;
}
.faq .count{
	font-weight: 600;
	font-size: clamp(28px, 3vw, 36px);
	line-height: 130%;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: rgba(144, 105, 255, 0.90);
	margin: 0 0 12px 0;
}

@media screen and (max-width:768px) {
	.element-faq-question {
		text-align: left;
	}
	.element-faq .intec-grid.intec-grid-i-25>.intec-grid-item {
		padding: 10px 25px;
	}
	.element-faq {
		margin: 30px 0;
	}
}
@media screen and (max-width:550px) {
	.element-faq-question,
	.element-faq-answer {
		font-size: 15px;
		line-height: 24px;
	}
	.faq .element-faq{
		margin: 0 0 20px 0;
	}
}