/* FAQ Section - Start
================================================== */
.faq-section {
	.shape-1 {
		left: -141px;
		bottom: 117px;
	}
	.shape-2 {
		top: 205px;
		z-index: -2;
		left: -217px;
	}
	.shape-3 {
		top: 131px;
		right: -109px;
	}
	.shape-4 {
		top: 205px;
		z-index: -2;
		right: -169px;
	}
}

.faq-wrap {
	background: #F7F7F8;
	border-radius: 10px;
	padding: 100px 190px;
}

.faq-accordion-wrap {
	.accordion-item {
		border: none;
		padding-bottom: 30px;
		background-color: transparent;
		border-bottom: 1px solid #E2E2E2;
		&:not(:last-child) {
			margin-bottom: 40px;
		}
	}

	.accordion-body {
		font-size: 18px;
		padding: 30px 0 0 0;
	}

	.accordion-button {
		padding: 0;
		box-shadow: none;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2;
		color: $black-color;
		font-family: $sofia;
		background-color: transparent;
	}
	.accordion-button::after {
		width: 34px;
		height: 34px;
		color: #7047EB;
		font-size: 20px;
		content: '\f107';
		font-weight: 500;
		line-height: 38px;
		text-align: center;
		border-radius: 100%;
		background-image: none;
		background-color: #ffffff;
		font-family: $font-awesome;
		background-position: center center;
	}
}
/* FAQ Section - End
================================================== */