.landing-body {
	background-color: unset;
}

.landing-wrapper #introduction {

	background: url("/app/jakarta.faces.resource/images/landing-header.png.jsf?ln=bgs") top left no-repeat;
	background-size: 100% auto;
	padding-top: 5px;
	max-height: 400px;
}


@media (max-width: 1024px) {
	.landing-wrapper #introduction {

		max-height: 300px;
		background-size: cover;

	}

	.landing-wrapper #introduction .introduction-content {
		margin-top: 40px;
	}
}

.landing-wrapper #introduction .introduction-content .title {
	margin-top: 45px;
}

.landing-wrapper #landing-feature {
	padding-top: 20px;
}


.landing-wrapper #landing-feature .landing-container {
	margin-top: 30px;
}



.landing-wrapper #landing-feature h2 {
	color: black;
}