@media screen and (min-width: 48em) and (max-width: 84.9999em) {
  body .front-images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  body .front-images .front-images--single {
    margin: 0 1em;
    flex-grow: 1;
  }
  body .front-images .front-images--single img {
    width: 100%;
    margin: 0;
    max-height: 32.5rem;
  }
  body .front-hero--outer .front-hero-heading {
    font-size: 6.5rem;
  }
}

/*# sourceMappingURL=front-page--med.css.map */
