@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.header-background{aspect-ratio:1920 / 700;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;color:#fff}.header-background .title-wrapper .title-box .title{line-height:1.5;font-family:'OPPOSans-B'}.header-background .title-wrapper .title-box .title,.header-background .title-wrapper .title-box .title2{width:50%}@media screen and (max-width:992px){.header-background{width:100%;height:calc(30vh + var(--header-height))}.header-background .title-wrapper .title-box{justify-content:center;text-align:center}.header-background .title-wrapper .title-box .title,.header-background .title-wrapper .title-box .title2{width:100%}}