@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.header-background{height:calc(40vh + var(--header-height));position:relative;overflow:hidden}.header-background img{width:100%;height:100%;object-fit:cover}.header-background .title-wrapper{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;z-index:2}.header-background .title-wrapper .title-box{display:flex;flex-direction:column;align-items:flex-start}.header-background .title-wrapper .title{color:#fff;line-height:1.5}.header-background::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.3);z-index:1}@media screen and (max-width:992px){.header-background{height:calc(30vh + var(--header-height))}.header-background .title-wrapper .title-box{justify-content:center;align-items:center;text-align:center}}