.section-two-up + .section-faqs {
	margin-top: 7rem;
}

.faq + .faq {
	margin-top: 42px;
}
@media screen and (max-width: 1023px) {
	.faq + .faq {
		margin-top: 20px;
	}
}
.faq .wrapper-content {
	padding: 28px 0 2px;
}
.faq .title {
	padding-bottom: 14px;
	padding-right: 30px;
	position: relative;
	border-bottom: 1px solid #EB5C27;
	cursor: pointer;
}
.faq .title:hover:before, .faq .title:focus-visible:before {
	background-color: #F39225;
}
.faq .title:before,
.faq .title:after {
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	pointer-events: none;
	transform: all 0.2s ease-in-out 0s;
}
.faq .title:before {
	background-color: #EB5C27;
	border-radius: 50%;
}
.faq .title:after {
	background-image: url(../images/toggle.svg);
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: center;
}
.faq.active .title:after {
	transform: scaleY(-1);
}
/*# sourceMappingURL=dev2025.css.map */