.question {
	border-radius: 5px;
	background: #F5F7F9;
	margin-bottom: 10px;
	padding: 16px 30px;
}

.question-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
}

.toggle-icon {
	font-size: 15px;
	cursor: pointer;
}

.question-answer {
	display: none;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
	position: relative;
	max-width: 1030px;
	margin-bottom: 8px;
}

.question-answer-display {
	display: block;
}