.hero *{box-sizing:border-box;font-family:Lato}.hero{display:flex;flex-direction:row}.hero.reverse{flex-direction:row-reverse}@media (max-width:750px){.hero{flex-direction:column}.hero.reverse{flex-direction:column-reverse}}.hero .hero__text{width:50%;text-align:center;align-self:center}@media (max-width:750px){.hero .hero__text{width:100%;padding:40px 20px}}.hero .hero__text .hero__headline,.hero .hero__text .hero__subhead{color:#fff}.hero .hero__text .hero__headline{font-size:70px;font-weight:900;line-height:1;max-width:555px;margin:40px auto}@media (max-width:750px){.hero .hero__text .hero__headline{font-size:50px}}.hero .hero__text .hero__subhead{font-size:30px;font-weight:600}@media (max-width:750px){.hero .hero__text .hero__subhead{font-size:20px}}.hero .hero__image{width:50%}@media (max-width:750px){.hero .hero__image{width:100%}}.hero__image img{width:100%;display:block}