.hero{flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:290px;display:flex;position:relative}.hero__heading{justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;display:flex}.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{width:128px;max-width:100%;height:auto;top:0;right:0}@media (min-width:992px){.hero__image{display:none}}@media (min-width:1024px){.hero{flex-direction:row;align-items:center;min-height:200px}.hero p{max-width:calc(50% + 50px);margin-left:50px}}
