.cfe-program-cards-wrp {
	justify-content: center;
}
.cfe-program-cards-filter-wrp {
	display: flex;
	flex-flow: row wrap;
	margin:0;
	justify-content: center;
	padding: 0;
	list-style: none;
	margin-bottom: 25px;
}

.cfe-program-cards-filter-wrp li {
	flex: 0 1 auto;
	margin: 15px;
	max-width: 280px;
	border: 1px solid #5C058C;
	border-radius: 15px;
	padding: 15px;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.5rem;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

.cfe-program-cards-filter-wrp li.selected {
	background: #5C058C;
	color: #fff;
}