@layer webflow {
  /*
    Product PDP “Trinity” grid: card titles use `.deco-heading` at 32px globally;
    use 20px here so titles match the small-screen scale on desktop/tablet too.
  */
  @media (min-width: 480px) {
    .section_div.white .cards .deco-heading {
      font-size: 20px;
      line-height: 1.25;
    }
  }
}
