.headerD{display:flex;flex-wrap:nowrap;align-items:stretch;width:100%}.headerT{display:none}.imageWrapper{flex:0 0 50%;max-width:50%}.imageWrapper img{width:100%;height:auto;display:block;object-fit:cover}.textComponent{flex:0 0 50%;max-width:50%;display:flex;justify-content:end;align-items:center;text-align:left;background-color:var(--primary)}.headerD>:last-child{position:relative;overflow:hidden}.headerD>:last-child img{display:block;width:100%!important;height:100%!important;object-fit:cover!important}.titleH1{color:var(--white);padding:0 30px;font-weight:450;font-size:clamp(28px,4.2vw,50px);line-height:1.5;text-align:right;margin:0;max-width:22ch;text-wrap:balance;-webkit-hyphens:auto;hyphens:auto}@media only screen and (max-width:1024px){.headerD{display:none}.headerT{display:block}.titleH1{width:90%;font-size:50px;font-weight:500;margin:80px auto;padding:0;color:var(--black);text-align:center}}@media only screen and (max-width:768px){.titleH1{font-size:20px;font-weight:700;margin:50px auto}}