
.content-footer a.lable {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #00558F;
	margin-bottom: 0;
	border-bottom: 1px solid #EAECF0;
	cursor: pointer;
}

.content-footer a.lable svg{
	right: 0;
	top: -1px;
	transition: all 0.3s ease;
}

.content-footer a.lable.active svg{
	transform: rotate(180deg);
}
@media (min-width: 992px) {
   .content-footer a.lable{
		  border-bottom: none;
		  margin-bottom: 1.5rem;
	 }
}
@media (max-width: 991px) {
	.content-footer a.lable.last-item{
		border-bottom: none;
	}

	.content-footer a.lable.last-item + ul{
		border-top: 1px solid #EAECF0;
	}
}
