/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-weight-normal: 400;
    --tw-color-blue: #004388;
  }
}
@layer utilities;
body {
  background-color: var(--tw-color-blue);
}
.grid-item .services-text {
  display: inline-block !important;
  font-size: 20px !important;
  --tw-leading: 1.5 !important;
  line-height: 1.5 !important;
  --tw-font-weight: var(--tw-font-weight-normal) !important;
  font-weight: var(--tw-font-weight-normal) !important;
  @media (width >= 48rem) {
    display: none !important;
  }
  @media (width >= 64rem) {
    display: inline-block !important;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
