section[class^=faq-section] {
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 20px !important;
	padding-bottom: 64px !important;
	box-shadow: 0 0 4px 1px #333;
}
section[class^=faq-section]:not(:first-of-type)
, section[class^=faq-section]:not(:first-of-type) .w-container:not(:first-of-type)
{
	height: 0;
	overflow: hidden;
}
.faq-section.misc {
	margin-bottom: 100px;
}
