.academy-header {
	position: relative;
	height: 200px;
}

.academy-background {
	height: 100%;
	background-image: url("/../_images/_bg/academy.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
	color: white;
	background-position: center top -300px;
}

.academy-background::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.academy-content h3 {
	text-align: left;
	font-size: 30px !important;
	font-weight: 800;
	z-index: 999 !important;
}

.academy-content p {
	text-align: left;
	font-size: 18px;
	z-index: 999 !important;
}

