section.help{padding: 35px 0 20px;}
section.help h2{font-size: 24px;cursor: pointer;line-height: 28px;margin-bottom: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

section.help h2 img{
	height: 20px;
	width: 24px;
	object-fit: contain;
	float: right;
	position: relative;
	top: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 10px;
	transform: rotate(0deg);
	margin-bottom: 10px;
}
section.help .item.active h2 img{
transform: rotate(180deg);
}
section.help .item h2:hover,
section.help .item.active h2{
    color:var(--color);
}
section.help .content{
    display: none;
}
section.help .item{
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 20px;
}

section.help .item.active .content{
    display: block;
    margin-top: 15px;
}

/* [xl] */
@media all and (max-width: 1300px)  {
	section.help{

	}

	section.help h2{

	}

	section.help .item.active h2{

	}

	section.help .content{

	}

	section.help .item{

	}

	section.help .item.active .content{

	}

}

/* [l] */
@media all and (max-width: 1200px) {
	section.help{

	}

	section.help h2{

	}

	section.help .item.active h2{

	}

	section.help .content{

	}

	section.help .item{

	}

	section.help .item.active .content{

	}

}

/* [m] */
@media all and (max-width: 992px) {
	section.help{

	}

	section.help h2{

	}

	section.help .item.active h2{

	}

	section.help .content{

	}

	section.help .item{

	}

	section.help .item.active .content{

	}

}

/* [s] */
@media all and (max-width: 768px) {
	section.help{

	}

	section.help h2{

	}

	section.help .item.active h2{

	}

	section.help .content{

	}

	section.help .item{

	}

	section.help .item.active .content{

	}

}

/* [xs] */
@media all and (max-width: 576px) {
	section.help{padding: 25px 0;}

	section.help h2{font-size: 20px;line-height: 23px;}

	section.help .item.active h2{

	}

	section.help .content{

	}

	section.help .item{padding: 6px 10px;margin-bottom: 4px;}

	section.help .item.active .content{

	}

}
