.faq-wrapper-new {
	max-width: 843px;
	margin: 0 auto;
	padding: 0 auto;
}

.faq-item-new {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}

.faq-question-new {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start !important;
	cursor: pointer;
	background: transparent !important;
	border: none;
	outline: none;
	text-align: left;
	padding: 0 !important;
}

.faq-title-new {
	font-family: "Noto Serif", serif !important;
	font-size: 24px !important;
	line-height: 32px !important;
	font-weight: 400;
	color: #1b1e2b;
	margin: 0;
	transition: color .3s ease;
	white-space: normal !important;
	word-wrap: break-word !important;
	flex: 1;
	padding-right: 20px;
}

.faq-icon-new {
	font-size: 24px;
	color: #d4a850;
	font-weight: 300;
	transition: transform .3s ease;
}

.faq-answer-new {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-out;
}

.faq-desc-new {
	font-family: "Inter", sans-serif !important;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(27, 30, 43, .6);
	padding-top: 15px;
	margin: 0;
}