
.show{
	display:flex!important;
}
.description-faq .be-faq__point{
	height:auto;
}

.be-faq div{
	cursor: auto!important;
}
.more_icon{
	background: url(https://boostingexperts.one-pix.com/wp-content/uploads/2023/10/reload_white.png);
    width: 60px;
    height: 60px;
    background-size: cover;
	  transition: transform 0.5s;
}
/* .more_icon:hover{
	transform: rotate(90deg);
	transition: transform 0.5s;
} */
.live_load_button{
	flex-direction: column;
}
.live_load_button:hover .more_icon{
	transform: rotate(90deg);
	transition: transform 0.5s;
}