.faq {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.faq .main-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin: 40px 0;
}
.faq .main {
	width: 100%;
	padding: 0 50px;
	max-width: 1024px;
}
.faq .main .row {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-left: 8px solid #2C6020;
	background-color: #f9f8f4;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 0.5rem 0.75rem;
}
.faq .main .row .title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.faq .main .row .text{
	font-size: 14px;
	line-height: 20px;
}

.banner {
	background-color: #3b6831;
	border-radius: 10px;
}

.banner .main {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

.banner .wrapper {
	height: 200px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.banner .txt {
	font-size: 18px;
	color: #fff;
}

.banner .txt a {
	font-size: 24px;
}

.banner .txt a:hover {
	color: #fff;
	text-decoration: underline;
}
