.hero-resource{display:grid;grid-gap:var(--gap-md)}.hero-resource__sub-heading{background-color:var(--yellow);display:inline-block;font-family:var(--secondary-font-family);font-weight:700;line-height:1.2;margin-bottom:1.5rem;padding:1rem;text-transform:uppercase}.hero-resource--alternate .hero-resource__sub-heading{background-color:var(--teal)}.hero-resource__overview{font-size:2rem;line-height:1.4;margin:3rem 0 3.5rem}.hero-resource__image{display:inline-block;justify-self:center;padding:4rem 7rem 5rem 0;position:relative}.hero-resource__image:before{background-color:var(--light-gray);bottom:8rem;content:"";left:4rem;position:absolute;right:0;top:0;z-index:-1}.hero-resource__image-accent{bottom:0;position:absolute;right:2rem;z-index:-1}.hero-resource__image>img{max-width:100%;-o-object-fit:cover;object-fit:cover;width:42rem}.hero-resource__image-accent>g{fill:var(--teal)}.hero-resource--alternate .hero-resource__image-accent>g{fill:var(--yellow)}@media (min-width:768px){.hero-resource{grid-template-columns:1fr 50%}.hero-resource__image{-ms-flex-item-align:start;align-self:start;justify-self:end}}@media (min-width:992px){.hero-resource__overview{font-size:2.4rem}}