.hero-detail-header-wrapper {
	background: #6D0020;
	margin-left: -15px; 
	margin-right: -15px;	
	margin-bottom: 100px; 
}

.hero-detail-header {
	display: flex;
	margin-bottom: 100px;
	height: 500px; 
	max-width: 1140px;
	background: #6D0020;
	margin: 0 auto;	
}

h1.hero-detail-title {
	color: #fff!important;
	margin-top: 5px; 
	margin-bottom: 10px;
}

h2.hero-detail-subtitle {
	color: #fff;
	font-size: 24px!important;
	margin-top: 10px;
}

.hero-detail-header-content {
	margin-top: 100px; 
	max-width: 500px;
}

.hero-detail-header-content .primary-button {
	background: #fff;
	padding: 10px 20px;
	margin-right: 10px; 
}

.hero-detail-header-content .secondary-button {
	background: #E3E3E3;
	padding: 10px 20px;
}

.hero-button-wrapper {
	margin-top: 30px; 
	margin-bottom: 30px;
}

.hero-detail-image {
	margin-top: 50px; 
	width: 50%;
	background-size: cover!important;
	background-position: top center;
	background-repeat: no-repeat!important;
	height: 500px;
	position: absolute;
	border-radius: 12px 0 0 12px;
	right: 0;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1); 
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);	
}


 @media (max-width: 1200px) {
	.hero-detail-image {
		width: 100%;
		position: relative; 
	}

	.hero-detail-header {
		display: block; 
		height: auto;
	}

	.hero-detail-image {
		height: 300px; 
		margin-top: 0;
	}

	.hero-detail-header-content {
		padding: 20px;
		width: 100%;
		max-width: 100%; 
		margin-top: 0px; 
	}

	h2.hero-detail-subtitle {
		font-size: 18px!important;
		line-height: 1.4;
	}

	.hero-grid-item {
		max-width: 600px;
		width: 48%;
	}

	.hero-detail-header-wrapper {
		margin-bottom: 0;
	}

	.hero-detail-header-content h1 {
		font-size: 30px!important;
	}	

    .hero-detail-header-content {
        padding: 20px 30px 0;
        width: 100%;
        max-width: 100%;
        margin-top: 0px;
    }	
		
}