/* ============================================================
   about-us.css — extracted from about-us.html
   ============================================================ */

/* 公用类（text-shadow / bg-gradient / transition-custom / card-hover / nav-scrolled）
    已由 /assets/css/tailwind.css 与布局 head 提供，此处仅保留本页专属网格样式 */

 /* Values Grid */
 .values-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 2rem;
 }

 /* Why Us Grid */
 .why-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
     gap: 2rem;
 }
  .text-white{
color:#000000;
 }
