@media (max-width: 500px) {
   .group-action .card-title {
      font-size: 2rem !important;
   }
}

/* Put iPhone‑specific overrides here */
@supports (-webkit-touch-callout: none) {          
  @media (hover: none) and (pointer: coarse) { 
    .group-action .card-body {
        margin-top: unset !important;
    }
  }
}