.faq {
	margin: 70px 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.faq .faq-section h2 {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.faq .faq-section .faq-accordion h3 {
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	color: black;
}

.faq .faq-section .faq-accordion.open .buttons a {
	background: none !important;
	color: black !important;
	font-weight: 600;
	border: none !important;
	text-decoration: underline;
	padding-left: 0px;
	justify-content: left;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
}

.faq .faq-section .faq-accordion.open .buttons a:hover {
	border: none !important;
}

.faq .faq-section .faq-accordion .content-text .content {
	font-family: Agenda;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	color: #54585A
}

.faq .faq-section .faq-accordion .fa-chevron-down {
	top: 24px;
	display: block;
	transition: 0.3s ease;
	transform: rotate(0deg);
}

.faq .faq-section .faq-accordion.open .fa-chevron-down {
	transform: rotate(180deg);
}
