.header {
	color: rgb(0, 9, 26);
	font-size: 34px;
	font-weight: 700;
	line-height: 110%;
}
.text {
	color: rgba(0, 8, 26, 0.8);
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
}

.faq-block {
	padding: 30px 20px 40px 32px;
	border-radius: 20px;
	box-shadow: 0px 12px 20px 0px rgba(0, 17, 51, 0.06);
	background: rgb(255, 255, 255);
	
	
}


.faq-block .header {
	color: rgb(0, 9, 26);
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	/* width: 568px; */
}
.faq-block .text {
	color: rgba(0, 17, 51, 0.6);
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	/* width: 568px; */
}
.faq-block .text a {
	text-decoration: none!important;
	color: rgb(0, 85, 255);
}




@media (max-width: 924px) {
	.header {
		font-size: 26px;
	}
	.mobile-margin-top-10 {
		margin-top: 10px!important;
	}
	.faq-block {
		padding: 14px;
		margin-top: 10px!important;
	}
	.main-content {
		margin-top: 30px;
	}
	
	.faq-block .header {
		font-size: 20px;
		line-height: 110%;
	}
	.faq-block .text {
		font-size: 14px;
		font-weight: 600;
		line-height: 150%;
		margin-top: 10px!important;
	}
	
	
}





