.ayd-page__faq-section {
	background: var(--ayd-cream);
	padding: 10vw 15vw;
}

.ayd-page__faq-section > h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(58px, 7vw, 100px);
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 50px;
}

.ayd-page__faq-list {
	border-top: 1px solid var(--ayd-line);
}

.ayd-page__faq-item {
	border-bottom: 1px solid var(--ayd-line);
}

.ayd-page__faq-item h3 {
	margin: 0;
}

.ayd-page__faq-item button {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--ayd-ink);
	cursor: pointer;
	display: flex;
	font-family: Georgia, serif;
	font-size: 25px;
	justify-content: space-between;
	padding: 28px 0;
	text-align: left;
	width: 100%;
}

.ayd-page__faq-item button b {
	color: var(--ayd-coral);
	flex: 0 0 auto;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	transition: transform 0.2s;
}

.ayd-page__faq-item button[aria-expanded="true"] b {
	transform: rotate(45deg);
}

.ayd-page__faq-answer-content {
	color: rgba(9, 47, 76, 0.72);
	line-height: 1.7;
	margin: -5px 0 30px;
	max-width: 780px;
}

.ayd-page__faq-answer-content > :first-child {
	margin-top: 0;
}

.ayd-page__faq-answer-content > :last-child {
	margin-bottom: 0;
}

@media (max-width: 980px) {
	.ayd-page__faq-section {
		padding-inline: 8vw;
	}
}

@media (max-width: 640px) {
	.ayd-page__faq-section {
		padding: 90px 22px 120px;
	}

	.ayd-page__faq-section > h2 {
		font-size: 58px;
	}

	.ayd-page__faq-item button {
		font-size: 20px;
		gap: 20px;
	}
}
