.faq-content .faq-item{
	border: 1px solid #DDD;
	border-radius: 25px;
	margin-bottom:35px;
	
}

.faq-content .faq-item:last-child{
	margin-bottom:0;
}

.faq-content .faq-item h5{
	margin:0;
}

.faq-content .faq-item.active{
	border: 1px solid #0F6FB7;
}



.faq-item-description{
	display: none;
	padding: 0 30px 10px 30px;
}






/* Faq item title */
.faq-item .faq-title{
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
	cursor:pointer;
}

.faq-item .faq-title img{
	transition: .5s ease;
}


.faq-item.active .faq-title img{
	transform: rotate(-180deg);
	transition: .5s ease;
}