@media screen and (max-width: 750px) {
  .app__tile__layout .aem-Grid {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .app__tile__layout--reverse .aem-Grid {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }

  .app__tile__layout--reverse .aem-Grid p {
    text-align: center !important;
  }

  .app__tile__layout .aem-Grid p {
    text-align: center !important;
  }
}

.heroMobApp {
  background-image: none;
  padding-left: 0;
}

@media screen and (min-width: 1050px) {
  .headerMobApp {
    text-align: left;
  }
  .heroMobApp {
    grid-template-columns: 50% 1fr;
  }
}

.superHero__customSection {
  min-height: 4.125rem;
}
