.flex_layout.faq_hero {
	border-radius: 16px 16px 30px 30px;
	background: var(--Grey-stone, #1C1C1C);
	color:#fff;
}

#pk_flex_content .flex_layout.faq_hero .flex_layout_wrapper{
	padding-top:240px;
}

.flex_layout.faq_hero .flex_layout_wrapper .faq-hero-inner {
	width: 100%;
	max-width: 510px;
}

.flex_layout.faq_hero .flex_layout_wrapper .faq-hero-inner .breadcrumbs {
	margin-bottom: 22px;
}

.flex_layout.faq_hero .flex_layout_wrapper .faq-hero-inner > h1{
	margin-bottom:22px;
	font-weight:450;
}

.flex_layout.faq_hero .flex_layout_wrapper .faq-hero-inner > p{
	margin-bottom:22px;
}