.faqs_sec {
	padding: 60px 0;
}
.faqs_sec .heading_wrapper .subtitle {
	font-size: 25px;
	font-family: "visby";
	font-weight: 500;
}
.faqs_sec .heading_wrapper .title {
	font-size: 65px;
	line-height: 75px;
}
.faqs_sec .accordion-header button {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border-radius: 0 !important;
	border: 0;
}
.faqs_sec .accordion-item {
	margin-bottom: 15px;
	border: 2px solid #fff;
	border-radius: 0;
}
.faqs_sec .accordion-header button .question {
	font-size: 18px;
	margin: 0;
	padding: 0 19px;
}
.faqs_sec .accordion-header button .icon {
	background: linear-gradient(
		180deg,
		hsl(45deg 76% 61%) 0%,
		hsl(46deg 82% 63%) 9%,
		hsl(46deg 88% 65%) 18%,
		hsl(46deg 95% 67%) 27%,
		hsl(45deg 93% 66%) 36%,
		hsl(44deg 78% 59%) 45%,
		hsl(42deg 67% 53%) 55%,
		hsl(41deg 70% 46%) 64%,
		hsl(42deg 67% 47%) 73%,
		hsl(43deg 63% 51%) 82%,
		hsl(45deg 69% 56%) 91%,
		hsl(47deg 76% 61%) 100%
	);
	width: 75px;
	height: 45px;
	font-size: 25px;
	color: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faqs_sec .accordion-item .accordion-body {
	max-width: 93%;
	margin: 0 0 0 auto;
	line-height: 30px;
}
.faqs_sec .accordion-header button::after {
	display: none;
}
@media (max-width: 1280px) {
	.faqs_sec .heading_wrapper .title {
		font-size: 51px;
	}
}
@media (max-width: 768px) {
	.faqs_sec .heading_wrapper .subtitle {
		font-size: 20px;
	}
	.faqs_sec .heading_wrapper .title {
		font-size: 35px;
		line-height: 45px;
	}
	.faqs_sec .accordion-header button .question {
		font-size: 16px;
		line-height: 26px;
	}
	.faqs_sec .accordion-header button .icon {
		width: 45px;
		height: 45px;
	}
	.faqs_sec .accordion-item .accordion-body {
		max-width: 91%;
		font-size: 15px;
		line-height: 24px;
	}
}
@media (max-width: 575px) {
	.faqs_sec .accordion-header button .icon {
		width: 60px;
		height: 60px;
	}
	.faqs_sec .accordion-item .accordion-body {
		max-width: 100%;
		font-size: 13px;
		line-height: 23px;
	}
}
