@tailwind base;
@tailwind components;
@tailwind utilities;

@media (max-width: 376px) {
  #title-xm {
    font-size: 3rem; /* 48px */
    line-height: 1;
  }

  #pt-hero {
    padding-top: 4rem;
    height: auto;
  }

  #hf-hero {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
