.section-header {
	background-size: cover !important;
	width: 100%;
	height: 500;
	z-index: 1;
	padding: 3% 5%;
}
.section-header.border_radius {
	border-radius: 10px;
}
.section-header h1 {
	color: #FFF;
	text-shadow: 0 2px 0 rgb(0 0 0 / 40%);
}
.section-header .card-panel {
	background-color: #FFF;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	padding: 24px;
	border-radius: 2px;
}
.section-header .wrapper {
	padding:0;
	text-align: left;
	z-index: 2;
	top:10%;
	left: 10%;
}