.his-level-container {
	margin: 0 auto;
	max-width: min(100%, 1300px);
	width: 100%;
}

.his-level-hero {
	padding: 120px 20px 40px;
	background-image: url('/wp-content/uploads/2026/02/elements-courses-hero.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

@media (max-width: 1024px) {
	.his-level-hero {
		background-position: center left;
		padding: 100px 20px 40px;
	}
}

@media (max-width: 767px) {
	.his-level-hero {
		background-position: center left;
		padding: 100px 20px 30px;
	}
}

.his-level-hero .his-level-container {
	position: relative;
	display: flex;
	justify-content: center;
}

.his-level-hero-content__intro {
	display: flex;
	gap: 50px;
}

.his-level-hero__badge {
	min-height: 90px;
	padding: 20px;
	border-radius: 15px;
	background: #ff7d8d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 1.3rem;
}

.his-level-hero__content {
	max-width: 680px;
}

.his-level-hero__content h1 {
	margin: 0 0 20px;
	font-size: 3rem;
	line-height: 1.3em;
	font-weight: 800;
}

.his-level-hero__content p {
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.3em;
	text-align: left;
}

.his-level-content {
	margin: 60px 0;
}

.his-level-part {
	margin-bottom: 60px;
}

.his-level-part h2 {
	margin: 0 0 25px;
	font-size: 1.2rem;
	line-height: 1.3em;
	font-weight: 400;
}

.his-level-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	padding-top: 20px;
}

.his-level-column h3 {
	margin: 0 0 15px;
	font-size: 1.2rem;
	font-weight: 700;
}

.his-level-column ul {
	margin: 0;
	padding-left: 18px;
}

.his-level-column li {
	margin-bottom: 7px;
	line-height: 1.3em;
}

.his-level-section {
	margin: 100px 0;
	text-align: center;
}

.his-level-section h2 {
	margin: 0 0 25px;
	font-size: 1.9rem;
	line-height: 1.3em;
	font-weight: 800;
	text-align: center;
}

.his-level-section p {
	margin: 0 auto 35px;
	font-size: 1rem;
	line-height: 1.3em;
}

@media (max-width: 1024px) {
	.his-level-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.his-level-content,
	.his-level-section {
		margin: 70px 0;
	}

	.his-level-hero__content h1 {
		font-size: 2.3rem;
	}

	.his-level-columns {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.his-level-part {
		margin-bottom: 40px;
	}
}