.faq__item {
	border-top: 1px solid var(--Grey-Brown);
}
.faq__toggle {
	margin: 0;
	border: none;
	background: none;
	color: rgba(28, 27, 23, 0.8);
	font-family: Figtree;
	font-size: 27px;
	font-weight: 600;
	line-height: 110%;
	padding: 40px 0;
	width: 100%;
	text-align: left;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq__toggle::after {
	content: "";
	width: 17px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.72814 10.9929C2.18163 10.9972 2.61964 10.8008 2.95379 10.4433L8.25 4.60056L13.5462 10.4433C13.8794 10.8013 14.3159 11 14.7689 11C15.222 11 15.6584 10.8013 15.9916 10.4433C16.1518 10.2721 16.2798 10.0639 16.3673 9.83194C16.4548 9.6 16.5 9.34937 16.5 9.09597C16.5 8.84257 16.4548 8.59194 16.3673 8.35999C16.2798 8.12805 16.1518 7.91986 15.9916 7.74865L9.47211 0.559287C9.1403 0.199803 8.70412 -3.40769e-07 8.25118 -3.60567e-07C7.79823 -3.80366e-07 7.36206 0.199803 7.03024 0.559287L0.508382 7.74178C0.348163 7.91299 0.220234 8.12118 0.132713 8.35312C0.0451943 8.58507 -3.86221e-07 8.8357 -3.97297e-07 9.0891C-4.08374e-07 9.3425 0.0451942 9.59313 0.132713 9.82507C0.220233 10.057 0.348163 10.2652 0.508382 10.4364C0.840407 10.7935 1.27646 10.99 1.72814 10.9861' fill='%235E5B54' fill-opacity='0.8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right center;
	transform: scaleY(-1);
	flex: 0 0 auto;
}
.open .faq__toggle::after {
	transform: none;
}
.faq__item h3 {
	line-height: 150%;
	margin-bottom: 60px;
	display: none;
	font-size: 20px;
}
.faq__item.open h3 {
	display: block;
}

@media (max-width: 767px) {
	.faq h2 {
		font-size: 42px;
		margin-bottom: 40px;
	}
	.faq__toggle {
		font-size: 30px;
		line-height: 120%;
	}
	.faq__item h3 {
		font-size: 18px;
		line-height: 130%;
		margin-bottom: 40px;
	}
}
