.question-faq {
		background: #fff;
		border-radius: 10px;
		box-shadow: 1px 1px 10px 5px #ededed;
		font-size: 1rem;
		font-weight: 600;
		padding: 20px 80px 20px 20px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		margin: 2px 0;
	}
	.question-faq::after {
		content: "\002B";
		font-size: 2.2rem;
		position: absolute;
		right: 20px;
		transition: 0.2s;
	}

	.question-faq.active::after {
		transform: rotate(45deg);
	}

	.answercont {
		max-height: 0;
		overflow: hidden;
		transition: 0.3s;
	}

	.answerfaq {
		padding: 0 6px 20px;
		line-height: 1.8rem;	
		border-right: 3px dashed #e3e3e3;
	}
	.faq-edit-btn{position:abolute;left:0;bottom:0;z-index:10;}

	.faq-wrapper {
		width: 100%;
	}
