.hero{display:flex;align-items:center;justify-content:space-between;margin:80px auto}.hero-text{max-width:544px;margin-right:16px}.hero-image{max-width:544px;margin-left:16px}@media only screen and (max-width:992px){.hero{flex-wrap:wrap;flex-direction:column;text-align:center;justify-content:center}.hero-text{margin-bottom:16px;margin-right:0}.hero-image{margin-left:0}}@media only screen and (max-width:500px){.hero{margin-top:0}.hero-text{width:100%}.hero-image{width:100%}}