.divImgSectionFaq .divBck{
	height:30em;
	margin-right:10%;
}
.divImgSectionFaq section article{
	outline:1px solid rgba(0, 0, 0, 0.32);
	margin:1em 0;
}
.divImgSectionFaq section article .subTitle{
	cursor:pointer;
	transition:0.5s background ease;
	padding:1em;
}
.divImgSectionFaq section article .subTitle span{
	position:absolute;
	right:2%;
}
.divImgSectionFaq section article .subTitle span svg{
	transform:rotateZ(0deg);
	transition:0.5s all ease;
}
.divImgSectionFaq section .appearFaq .subTitle span svg{
	transform:rotateZ(180deg);
}
.divImgSectionFaq section .appearFaq .subTitle span svg path{
	fill:white;
}
.divImgSectionFaq section article div{
	transition:0.5s all ease;
	padding:0;
	position:initial;
	height:0;
}
.divImgSectionFaq section article div p{
	margin:0;
	padding:1em;
	color:rgba(0, 0, 0, 0.5);
}
.divImgSectionFaq section .appearFaq .subTitle{
	background:var(--basicColor1);
	color:white;
}
.divImgSectionFaq section .appearFaq div{
	visibility:visible;
}
.bodyEditor .divImgSectionFaq section .appearFaq div{
	height:auto !important;
}
@media screen and (max-width:1000px){
	.divImgSectionFaq{
		text-align:center;
	}
	.divImgSectionFaq section{
		width:100%;
	}
	.divImgSectionFaq .divBck{
		width:60%;
		margin-right:0;
	}
}