.career-hero {
	padding-inline: 1.25rem;
	padding-block: 1.5rem;
}

.career-hero-ctr {
	height: 424px;
	max-width: 1320px;
	margin: 0 auto;
	padding: 80px 20px;
	border-radius: 12px;
	background:
		linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
		url("/web/img/career/career-hero-2.webp") lightgray 50% / cover no-repeat;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.career-hero-title {
	font-size: 2.25rem;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.72px;
}

.career-hero-description {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 150%;
}

/*
 * Desktop Screen
*/

@media (min-width: 992px) {
	.career-hero {
		padding-inline: 3.75rem;
		padding-block: 4.125rem;
	}

	.career-hero-ctr {
		padding: 120px;
		height: 357px;
	}

	.career-hero-title {
		font-size: 2.5rem;
		letter-spacing: -0.8px;
	}

	.career-hero-description {
		font-size: 1.0625rem;
	}
}
