.btn, .course-item-nav .next a{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 327px;
	height: 48px;
	border-radius: 48px;
	font-family: var(--primary-font);
	font-weight: 700;
}
.btn:disabled{
	cursor: not-allowed;
	opacity: .7;
}

.btn-red, .course-item-nav .next a{
	background-color: var(--red-color);
	color: white !important;
	font-size: 16px;
}

.btn-filter{
	background: none;
	border:1px var(--gray-color) solid;
	border-radius: 8px;
	font-family: var(--secondary-font);
	font-size:16px;
	font-weight: 400;
	color:#6C7B8A;
}