.site-header {
	position: relative;
}
.header-image img {
	max-width: auto;
	width: 100%;
}
.header-image img:not(.mobile-md,.desktop-md ) {
	display: block;	
}
.header-title .inner span {
    font-weight: 300;
    font-size: 2.5rem;
    display: block;
	font-family: system-ui;
}
.header-title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.header-title .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.header-title h4 {
    line-height: 4rem;
    margin: 0;
}
@media(max-width: 1250px){
	.header-image {
		overflow: hidden;
	}
	.header-image img.desktop-and-mobile {
		max-width: initial;
		width: 150%;
		margin-left: -25%;
	}
}
@media(max-width: 991px){
	.header-title .text {
		padding: 0 2rem;
	}
	.header-title .text h1 {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-bottom: 1rem;
	}
	.header-title h4 {
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
	.secound-header .header-image img {
		margin-top: 1.5rem;
	}
}
@media(max-width: 767px){
	.header-image img.desktop-and-mobile {
		width: 180%;
		margin-left: -40%;
	}
}
@media(max-width: 491px){
	
}
@media(max-width: 425px){
	.header-image img.desktop-and-mobile {
		width: 200%;
		margin-left: -50%;
	}
	.header-title .text {
		padding: 0px 3rem;
	}
}
@media(max-width: 380px){
	.header-title .text {
		padding: 0px 2rem;
	}
}