.faq-sec-137c17d2 * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.faq-sec-137c17d2 {
	border-radius: 20px;
	background: #f6efe9;
	padding: 72px 0;
	font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.faq-wrap-137c17d2 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 56px;
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 64px;
	align-items: start;
}

.faq-left-137c17d2 {
	position: sticky;
	top: 40px;
}
.faq-title-137c17d2 {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 500;
	color: #262420;
	margin-bottom: 26px;
}
.faq-intro-137c17d2 {
	font-size: 14.5px;
	line-height: 1.7;
	color: #4a453f;
}

.faq-list-137c17d2 {
	border-top: 1px solid #d9cdc2;
}
.faq-item-137c17d2 {
	border-bottom: 1px solid #d9cdc2;
}
.faq-q-137c17d2 {
	width: 100%;
	background: none !important;
	border: none;
	cursor: pointer;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 24px 6px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 23px;
	font-weight: 500;
	color: #262420 !important;
	line-height: 1.3;
	transition: color .3s ease;
}
.faq-q-137c17d2:hover {
	color: #a3361f !important;
}
.faq-icon-137c17d2 {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	position: relative;
	transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}
.faq-icon-137c17d2::before,
.faq-icon-137c17d2::after {
	content: "";
	position: absolute;
	background: #262420;
	border-radius: 2px;
	transition: background .3s ease;
}
.faq-icon-137c17d2::before {
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}
.faq-icon-137c17d2::after {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
}
.faq-item-137c17d2.open .faq-icon-137c17d2 {
	transform: rotate(135deg);
}
.faq-item-137c17d2.open .faq-q-137c17d2 {
	color: #a3361f !important;
}
.faq-item-137c17d2.open .faq-icon-137c17d2::before,
.faq-item-137c17d2.open .faq-icon-137c17d2::after {
	background: #a3361f;
}

.faq-a-137c17d2 {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s cubic-bezier(.22, 1, .36, 1);
}
.faq-a-inner-137c17d2 {
	padding: 0 6px 26px;
	font-size: 14.5px;
	line-height: 1.75;
	color: #4a453f;
	max-width: 92%;
}

@media(max-width: 900px) {
	.faq-wrap-137c17d2 {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 0 32px;
	}
	.faq-left-137c17d2 {
		position: static;
	}
	.faq-title-137c17d2 {
		font-size: 40px;
	}
	.faq-q-137c17d2 {
		font-size: 20px;
	}
}
@media(max-width: 560px) {
	.faq-sec-137c17d2 {
		padding: 48px 0;
	}
	.faq-wrap-137c17d2 {
		padding: 0 22px;
	}
	.faq-title-137c17d2 {
		font-size: 32px;
	}
	.faq-q-137c17d2 {
		font-size: 18px;
		gap: 16px;
		padding: 20px 4px;
	}
}