section.section.popular_questions_sect .popular_questions__heading {
	padding: 80px 0px 24px;
}

section.section.popular_questions_sect .popular_question {
	width: 100%;
	min-height: inherit;
	padding: 0px;
	padding-right: 40px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	border: 0px;
	position: relative;
}

section.section.popular_questions_sect .popular_question:before {
	content: "";
	display: block;
	top: 16px;
	right: 16px;
	left: initial;
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 5.01855V19.0186" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 12.0186H19" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-color: transparent;
}

section.section.popular_questions_sect .popular_question.active:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M5 12.0186H19" stroke="%23333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

section.section.popular_questions_sect .popular_question_desc {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 16px;
	box-sizing: content-box;
	display: none;
}

section.section.popular_questions_sect .popular_question .name {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0px;
	padding: 16px;
	cursor: pointer;
}

.popular_question::before,
.popular_question::after {
	display: none;
}