@media print, screen and (min-width: 40em) and (max-width: 1148px) {
  header .slogan {
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 1012px) {
  header .slogan {
    display: none;
  }
}
/*# sourceMappingURL=styles-medium.css.map */