.Filtered__CoursesWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.Filtered__IconTrigger {
	display: none;
}

.Filtered__IconTriggerClose,
.Filtered__IconTrigger {
	background-color: #6B26BA;
	width: 31px;
	height: 31px;
}

.Filtered__IconTrigger--AncorMenu{
	background-color: #6B26BA;
    width: 90%;
    margin: 2rem auto;
    color: #fff;
}


@media screen and (min-width: 768px) {
	.Filtered__IconTrigger,
    .Filtered__CoursesWrapper {
		display: none;
	} 
}
