/* Hero (home): mobile typography so badge line does not collide with heading */
@media (max-width: 639px) {
  main > section.relative.min-h-screen.flex.items-center:first-of-type h1 {
    font-size: 1.65rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.75rem !important;
  }
  main > section.relative.min-h-screen.flex.items-center:first-of-type h1 .text-blue-300 {
    display: inline;
  }
  main > section.relative.min-h-screen.flex.items-center:first-of-type p.mb-4.max-w-xl > span {
    display: block !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    font-size: 0.8125rem !important;
    line-height: 1.45 !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    margin-top: 0.25rem !important;
  }
}
