.list-group-item {
	/* position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	background-color: #fff; */
	border:none;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #E8629E;
	border-color: #E8629E;
}
h3, .h3 {
	font-size: calc(1rem + .6vw);
}