.view-courses .card-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: var(--scale8-2);
	margin-bottom: var(--scale8-8);
	overflow: hidden;
}