/* AZPET · pages/dashboard — responsividade */
@media (max-width: 620px) {
  body.app .hero .btn { width: 100%; justify-content: center; }
  body.app .hero > .card-body > div { flex-direction: column; align-items: stretch !important; }
}
