.accordion .card {
	border-radius: 0;
	border: none;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.accordion .card-header {
	background: #ececec;
	padding: .4rem 1rem;
	border-radius: 0;
	margin-bottom: -2px;
	font-family: "Roboto", sans-serif;
	margin: 0 3px 3px 0;
	border: none;
}
.accordion .card-header:hover {
	background: #e0e0e0;
}
.accordion .card-header .btn {
	font-size: 1.1rem;
	font-weight: 600;
	width: 100%;
	text-align: left;
	position: relative;
	top: -2px;
}

.accordion .card-header .btn .textq {
	font-size: 1.1rem;
}

@media (max-width: 768px) {
	.accordion .card-header .btn {
		font-size: 1rem;

	}
	.accordion .card-header .btn .textq {
		font-size: 1rem;
	}

}

@media (max-width: 575px) {
	.accordion .card-header .btn {
		font-size: 0.8rem;

	}
	.accordion .card-header .btn .textq {
		font-size: 0.8rem;
	}
}



.accordion .card-header i {
	float: right;
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
	top: 5px;
}
.accordion .card-header button:hover {
	color: #23384e;
}
.accordion .card-header.highlight {
	color: #b82e2e;
	background: #faebeb;
	border-left:0.2rem solid #cc0000;
}
.accordion .card-body {
	border-left:0.2rem solid #D7D7D7;
	color:#535353;
	padding:2rem;
	line-height:2.2;
	font-weight:600;
}

.accordion .card-body .texta{
	font-size:14px;
	line-height:2;
	font-weight:600;
}