.course-value-propositions {
	display: flex;
	flex-direction: column;
}

.course-value-item {
	display: flex;
	align-items: center; /* Vertically center the icon and text */
	margin-bottom: 20px; /* 20px gap between items */
}

.course-icon {
	margin-right: 20px; /* 20px gap between icon and text */
}

.course-icon img {
	max-width: 100px; /* Adjust icon size if needed */
}

.course-bullet-title {
	font-size: 18px;
	margin: 0;
}

.course-bullet-description {
	margin: 5px 0 0;
}