.page-header{display:grid;grid-template-columns:repeat(1,1fr);max-width:1800px;width:100%;padding:20px;margin:0;align-items:center;gap:12px}.page-header-title{height:100%;width:100%}.page-header-title.orange{fill:#fe7e00}.page-header-title.yellow{fill:#fbd02f}.page-header-media{display:none;-o-object-fit:cover;object-fit:cover}.page-header-text{align-self:flex-start}@media screen and (width > 700px){.page-header{width:100%;padding:40px}.page-header-media{display:block;grid-row:2;width:100%;border-radius:24px;height:380px}}@media screen and (width > 1020px){.page-header{grid-template-columns:1fr 20px 1fr;-moz-column-gap:40px;column-gap:40px;margin:auto}.page-header-title{grid-column:1/3;grid-row:1}.page-header-media{display:block;grid-row:1/3;grid-column:2/4;width:100%;border-radius:24px;height:540px}}@media screen and (width >= 1260px){.page-header{padding:40px 80px}}