.accordion-item .accordion-button:not(.collapsed)::after {
	content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z" stroke="%23231F20" stroke-width="2" stroke-miterlimit="10"/><path d="M8.25 12H15.75" stroke="%23231F20" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-image: none;
	height: 24px;
	width: 24px;
}

.accordion-item .accordion-button::after {
	content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z" stroke="%23231F20" stroke-width="2" stroke-miterlimit="10"/><path d="M8.25 12H15.75" stroke="%23231F20" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 8.25V15.75" stroke="%23231F20" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-image: none;
	height: 24px;
	width: 24px;
}

.accordion-button:not(.collapsed) {
	color: var(--bs-primary);
	background-color: transparent;
	border: none;
	box-shadow: none;
}
section.class-faq:nth-last-child(1) {
	padding-bottom: 120px !important;
}
@media (max-width: 904px) {
	section.class-faq:nth-last-child(1) {
		padding-bottom: 80px !important;
	}
}
