.IndustryCourses_wrapper__oz7RR {
	padding: 120px 20px;
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.IndustryCourses_mainContainer__GkO3t {
	position: relative;
	z-index: 2;
}

.IndustryCourses_mainContainer__GkO3t {
	width: 80%;
}

.IndustryCourses_btnContainer__Lv8TA {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 80%;
	margin: 60px 40% 60px 0;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.IndustryCourses_contentContainer__nLLR6 {
	width: 50%;
	margin-left: 10%;
	margin-top: 100px;
	margin-bottom: 100px;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
}

.IndustryCourses_industryBtn__kpdCu {
	border: none;
	background-color: transparent;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	border-bottom: 4px solid transparent;
	transition: var(--short-transition);
	cursor: pointer;
}

.IndustryCourses_industryBtn__kpdCu:hover,
.IndustryCourses_industryBtn__kpdCu[data-active="true"] {
	border-bottom: 4px solid var(--red);
}

.IndustryCourses_background__fdxSA {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
}

.IndustryCourses_whiteContainer__MiM1X {
	height: 300%;
	width: 100%;
	position: absolute;
	top: -145%;
	left: -25%;
	rotate: 45deg;
	z-index: 1;
	background-color: var(--white);
}

.IndustryCourses_whiteContainer__MiM1X::after {
	position: absolute;
	content: "";
	background-color: var(--red);
	width: 15%;
	height: 100%;
	left: 100%;
	top: 0;
}

.IndustryCourses_videoContainer__nXj4c {
	position: relative;
	z-index: 1;
}

.IndustryCourses_foregroundImage__K2ecC {
	position: absolute;
	z-index: -1;
	bottom: 50%;
	max-width: 40%;
	height: auto;
	left: 50%;
}

@media screen and (max-width: 1440px) {
	.IndustryCourses_mainContainer__GkO3t {
		width: 90%;
	}

	.IndustryCourses_whiteContainer__MiM1X {
		width: 120%;
		top: -140%;
		left: -25%;
	}
}

@media screen and (max-width: 1024px) {
	.IndustryCourses_wrapper__oz7RR {
		padding: 60px 20px;
	}

	.IndustryCourses_mainContainer__GkO3t {
		width: 100%;
	}

	.IndustryCourses_btnContainer__Lv8TA {
		gap: 20px;
		margin: 40px auto;
		width: 100%;
	}

	.IndustryCourses_contentContainer__nLLR6 {
		margin-bottom: 160px;
		margin-left: 5%;
	}

	.IndustryCourses_whiteContainer__MiM1X {
		width: 120%;
		top: -130%;
		left: -25%;
	}
}

@media screen and (max-width: 768px) {
	.IndustryCourses_wrapper__oz7RR {
		background-color: var(--white);
	}

	.IndustryCourses_btnContainer__Lv8TA {
		gap: 0;
	}
	.IndustryCourses_contentContainer__nLLR6 {
		width: 100%;
		margin: 0;
		text-align: center;
		align-items: center;
		margin-bottom: 160px;
	}

	.IndustryCourses_whiteContainer__MiM1X {
		display: none;
	}
}


/*# sourceMappingURL=4da816c695344489.css.map*/