.hero{align-items:start;flex-direction:column;min-height:290px;position:relative}.hero,.hero__heading{display:flex;justify-content:space-between}.hero__heading{align-items:center;margin-bottom:10px;width:100%}.hero__heading h1{font-family:var(--secondaryFontFamily);font-size:var(--h1-hero-size);margin:0}.hero__heading--small h1{font-size:var(--h1-hero-small-size)}.hero__image{max-width:100%;right:0;top:0;width:128px}@media (min-width:992px){.hero__image{display:none}}@media (min-width:1024px){.hero{align-items:center;flex-direction:row;min-height:200px}.hero p{margin-left:50px;max-width:calc(50% + 50px)}}