#menu-item-195054 {
		background-color: #664a5c;
}

#menu-item-195054 a:hover {
		background-color: #C48F1B;
}

.fi-enroll-cards{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}

.fi-indiv-card{
		width: 30%;
}

@media(max-width:900px) {
	.fi-indiv-card{
			width: 100%;
	}
}