.unit-hero-wrapper {
	background-color: #325e71;
	min-height: 350px;
	display: flex;
	align-items: center;
	position: relative;
}

@media (max-width: 768px) {
	.unit-hero-wrapper {
		min-height: 250px;
		flex-direction: column;
	}
}

.unit-hero-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

@media (max-width: 768px) {
	.unit-hero-bg {
		position: static;
		width: 100%;
		height: 250px;
	}
}
@media (max-width: 500px) {
	.unit-hero-bg {
		height: 200px;
	}
}

.unit-hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.unit-single-title {
	color: #fff;
	text-align: left;
	padding: 30px 20px 30px 0;
	max-width: 50%;
}

.unit-single-title h2 {
	color: #fff;
	font-size: 50px;
}

.unit-single-title span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
	.unit-single-title h2,
	.cnt-unit-single-title h1 {
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.unit-single-title {
		max-width: 100%;
		padding: 30px 0px 20px 0;
	}

	.unit-single-title h2,
	.cnt-unit-single-title h1 {
		font-size: 32px;
	}

	.unit-single-title span {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.unit-user-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	padding-top: 20px;
}

.unit-user-info a {
	color: #bf8a56;
}

.unit-user-info a:hover {
	color: #325e71;
}

.unit-user-account {
	width: 50%;
	max-width: fit-content;
}

.unit-user-progress {
	width: 100%;
	/* max-width: 200px; */
}

.unit-user-progress .wpcw_progress {
	width: 90%;
}

@media (max-width: 768px) {
	.unit-user-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.unit-user-account {
		width: 100%;
	}

	.unit-user-account p {
		margin-bottom: 10px;
	}

	.unit-user-progress .wpcw_progress {
		width: 100%;
	}
}

.un-content iframe {
	width: 100%;
	min-height: 600px;
}

@media (max-width: 768px) {
	.un-content iframe {
		min-height: 300px;
	}

	.wpcw-unit-wrapper.fix-unit-wrapper {
		width: 100%;
		padding: 0 20px;
	}
}
