/* =========================================================
   BS5 v11 page-specific minimal patch
   Target: B2-T / B2 section title only
   Issue: 「工業級玻纖布應用」標題需小 2 級。
   Method: Keep the original inline title, DOM, text, margin, color and links;
           override only the visual font-size after all earlier BS5 homepage CSS.
   Frozen: BS5 desktop/mobile shell, Bootstrap 5.3.8 local assets, B1-HERO,
           B2-APP 8 cards DOM/images/links/hover scale, B3-CTA, footer.
   ========================================================= */
body > .container > .row > h1[style*="font-size: 2.5rem"][style*="color: #337ab7"] {
    font-size: 1.25rem !important; /* v11: B2 title two levels smaller, about 20px */
    line-height: 1.4 !important;
}
