.view-course .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;
}

.view-course .text-section {
	margin-bottom: var(--gutter-margin-s);
}