.hero-altern{display:flex;justify-content:space-between;position:relative}.hero-altern .hero__item p{font-size:2rem;line-height:28px}@media (max-width:992px){.hero-altern .hero{flex-direction:column}.hero-altern .hero__item p{text-align:left}}.hero-altern .hero__item em{background-color:var(--grey_color);border-radius:100px;display:flex;font-style:normal;padding:var(--spacer_8) calc(var(--spacer_24) + var(--spacer_4));width:fit-content}@media (max-width:992px){.hero-altern .hero__item em{margin:auto}}.hero-altern .hero__item--major{min-width:524px;padding-top:var(--spacer_32);width:calc(var(--column_width_px)*5 + var(--gutter_width_px)*5)}.hero-altern .hero__item--minor{min-height:100px;padding-left:var(--gutter_width_px);width:calc(var(--column_width_px)*6 + var(--gutter_width_px)*5)}@media (max-width:992px){.hero-altern .hero__item--major{margin-bottom:var(--spacer_48);padding-top:0;text-align:center}.hero-altern .hero__item--major,.hero-altern .hero__item--minor{padding-left:0;width:100%}.hero-altern .hero__item--major{min-width:100%}.hero-altern .hero__item--minor img{margin:auto}}.hero-altern .hero__item__buttons{margin-top:32px}.hero-altern .hero__item__buttons .cta_button{margin-right:var(--spacer_32)}@media (max-width:992px){.hero-altern .hero__item__buttons>span{margin-left:0}.hero-altern .hero__item__buttons>span:not(.hero-altern .hero__item__buttons>span:first-child){display:none}.hero-altern .hero__item__buttons .cta_button{margin-right:0}}.hero-altern__mobile-only{display:none}@media (max-width:992px){.hero-altern__mobile-only{display:flex;margin:2.2rem auto 2.6rem}}