.site-header {
    position: relative;
    overflow: hidden;
}
.header-image img {
	display: block;
    max-width: initial;
    width: 100%;
}
.breadcrumb ul {
    display: flex;
    list-style: none;
    margin-top: 1.1rem;
	padding-right: 2rem;
}
.breadcrumb ul a {
    color: #459524;
    text-decoration: none;
}
/* .header-title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.2);	
} */
/* .header-title .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
} */
/* .header-title h1,
.header-title-inner-page h1 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	color: #fff;
	font-size: 3em;
	line-height: 1;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.5);	
} */
.header-title p,
.header-title-inner-page p{
	font-size: 2em;
	line-height: 1.1;	
}
.header-title h1 {
    font-size: 3rem;
    font-weight: 400;
}
@media(max-width: 1250px){

}
@media(max-width: 991px){
	.header-title h1,
	.header-title-inner-page h1 {
		font-size: 2em;
		text-align: center;
	}
	.header-title p,
	.header-title-inner-page p{
		font-size: 1.25em;
	}
	.header-image {
		overflow: hidden;
	}
	.header-image img {
		position: relative;
		max-width: initial;
		width: 150%;
		left: 0%;
	}
}
@media(max-width: 767px){
	.header-image img {
		width: 180%;
		left: 0%;
	}
	.site-header {
		margin-top: -3px;
	}
}
@media(max-width: 450px){
	.header-image img {
		width: 240%;
		left: 0%;
	}
}