@media screen and (min-width: 992px) {
  .pokemons-content {
    max-width: 992px;
    height: auto;
    margin: 1rem auto;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .list-pokemons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 576px) {
  .list-pokemons {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 380px) {
  .list-pokemons {
    grid-template-columns: 1fr 1fr;
  }
}/*# sourceMappingURL=responsive.css.map */