.header-banner{
    position: relative;
}

.header-banner .image{
    position: relative;
}
  @media only screen and (min-width: 992px){
.header-banner .image{

}
 }
.header-banner .image .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.5;
}

.header-banner .image img{
    height: 460px;
    width: 100%;
    object-fit: cover;
}
  @media only screen and (min-width: 992px){
.header-banner .image img{
    height: 460px;
    width: 100%;
    object-fit: cover;
}
 }
.header-banner .content{
    position: absolute;
    bottom: 20%;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
}


.header-banner .content h1{
	text-align: center;
    width: max-content;
    font-weight: 900;
}
