body.course_page {
	background: #fff;
	color: #111;
}

.center_course {
	position: relative;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(9, 9, 9, 0.92) 0%, rgba(9, 9, 9, 0.72) 52%, rgba(9, 9, 9, 0.38) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 320px;
	display: flex;
	align-items: flex-end;
}

.center_course .center_m {
	position: relative;
	z-index: 1;
	width: 100%;
}

.center_course .center_o1 {
	justify-content: flex-start;
}

.center_course .center_o1 .col-md-12 {
	text-align: left;
}

.center_course h1 {
	display: block;
	padding: 16px 22px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	letter-spacing: 0.01em;
	width: fit-content;
	margin-left: 0;
}

.center_course h6 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	margin-left: 0;
}