.faq-astronhfghjfg-section {
	padding: 96px 0 110px;
	background: var(--bg);
}

.faq-astronhfghjfg-heading {
	max-width: 760px;
	margin-bottom: 54px;
}

.faq-astronhfghjfg-layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
	gap: 70px;
	align-items: start;
}

.faq-astronhfghjfg-aside {
	padding: 28px 28px 30px;
	border: 2px solid var(--secondary);
	background: var(--white);
}

.faq-astronhfghjfg-aside-number {
	display: block;
	margin-bottom: 30px;
	color: var(--secondary);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

.faq-astronhfghjfg-aside-title {
	margin: 0 0 12px;
	color: var(--primary);
	font-family: var(--font-heading);
	font-size: 24px;
	line-height: 1.25;
}

.faq-astronhfghjfg-aside-text {
	margin: 0 0 26px;
	color: var(--text-light);
	font-size: 15px;
	line-height: 1.75;
}

.faq-astronhfghjfg-aside-link {
	width: 100%;
	text-align: center;
}

.faq-astronhfghjfg-list {
	border-top: 1px solid var(--border);
}

.faq-astronhfghjfg-item {
	border-bottom: 1px solid var(--border);
}

.faq-astronhfghjfg-question {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 42px 24px 0;
	color: var(--primary);
	font-family: var(--font-heading);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}

.faq-astronhfghjfg-question::-webkit-details-marker {
	display: none;
}

.faq-astronhfghjfg-question::after {
	position: absolute;
	top: 23px;
	right: 4px;
	content: "+";
	color: var(--secondary);
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
}

.faq-astronhfghjfg-item[open] .faq-astronhfghjfg-question::after {
	content: "-";
}

.faq-astronhfghjfg-answer {
	max-width: 680px;
	padding: 0 42px 24px 0;
}

.faq-astronhfghjfg-answer p {
	margin: 0;
	color: var(--text-light);
	font-size: 17px;
	line-height: 1.8;
}

@media (max-width: 768px) {
	.faq-astronhfghjfg-section {
		padding: 64px 0 76px;
	}

	.faq-astronhfghjfg-layout {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.faq-astronhfghjfg-heading {
		margin-bottom: 38px;
	}

	.faq-astronhfghjfg-question {
		font-size: 16px;
	}
}
