.faq-container {
	background-image: url(/wp-content/uploads/2022/09/FAQ-Background.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 59px 13.1% 70px 13.1%;
	background-position: top;
}
.faq-container h2 {
	text-align: center;
	margin: 0 0 49px 0;
}
.faqs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.faq-container .faqs li {
	margin: 30px 0;
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
	padding: 15px 65px 15px 20px;
	background-color: #fff;
}
.faq-container .faqs li section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.faq-container .faqs li section.plus + .faq-answer {
	display: none;
}
.faq-container .faqs li section.plus button::after {
	content: "\f063";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	background-color: #00b5c8;
	border-radius: 100%;
	padding: 2px 5px;
}
.faq-container .faqs li section.minus + .faq-answer {
	display: block;
}
.faq-container .faqs .faq-answer {
	padding: 15px 0 10px;
	background-color: #fff;
}
.faq-container .faqs li section.minus button::after {
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	background-color: #00b5c8;
	border-radius: 100%;
	padding: 2px 5px;
}
.faq-container .faqs li section h3 {
	font-size: 20px;
	line-height: 30px;
	color: #001824;
	font-weight: bold;
	margin: 0;
}
.faq-container .faqs li section button {
	border: unset;
	cursor: pointer;
	position: relative;
}
.faq-subheader {
	color: #00b5c8;
	margin-left: 10px;
}
@media (max-width: 1280px) {
	.faq-container {
		padding: 59px 35px 70px 35px;
	}
}
@media (max-width: 1000px) {
	.faq-container {
		padding: 42px 12px 55px 12px;
	}
	.faq-container h2 {
		margin-bottom: 29px;
	}
	.faq-container .faqs .faq-answer {
		margin: 20px 0;
	}
	.faq-container .faqs .faq-answer {
		padding: 0;
	}
}
