.module.webpage-image-header{background:var(--section-background)}.module.webpage-image-header>.container{background:var(--container-background-image) no-repeat var(--container-background);background-size:cover;color:#2b2d32;margin:0 auto;max-width:var(--container-width);padding:0;width:100%}.module.webpage-image-header>.container>.content{box-sizing:border-box;display:flex;margin:0 auto;max-width:var(--content-width);padding:15px!important;text-align:center;width:100%}.module.webpage-image-header>.container>.content>.image{max-width:100%;object-fit:contain}.module.webpage-image-header>.container>.content>.headline{font-size:50px;font-weight:600;margin:55px 0 0 -15px}@media only screen and (max-width:768px){.module.webpage-image-header>.container>.content{flex-wrap:wrap;justify-content:center}.module.webpage-image-header>.container>.content>.headline{margin:20px 0 0}}