@media screen and (min-width: 320px) {
  .hero {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 80px);
    padding-inline: 5%;
    text-align: end;
    text-shadow: #000 0px 0px 4px;
    width: 100%;
  }
  .hero h4 {
    font-size: 2em;
  }
  .hero h2 {
    font-size: 4em;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero h4 {
    font-size: 3em;
  }
  .hero h2 {
    font-size: 8em;
  }
}/*# sourceMappingURL=hero.css.map */