
  .rh-a6b3 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a6b3 { box-sizing: border-box !important; width: 100%; background: #f7f7f7; }
  .rh-a6b3-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-a6b3 h2 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; color: #262626; line-height: 1.2; border-top: 3px solid #BFD8B3; padding: 20px 0 0 0; margin: 0 0 24px 0; }
  .rh-a6b3 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }

  .rh-a6b3-cats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 28px 0; }
  .rh-a6b3-cat { background: #ffffff; border-radius: 14px; padding: 20px 16px; text-align: center; border-bottom: 3px solid #BFD8B3; }
  .rh-a6b3-cat-num { font-size: 10px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #A3A3A3; display: block; margin: 0 0 8px 0; }
  .rh-a6b3-cat-title { font-size: 13px; font-weight: 600; color: #262626; display: block; margin: 0 0 6px 0; line-height: 1.35; }
  .rh-a6b3-cat-text { font-size: 11px; font-weight: 600; color: #808080; line-height: 1.5; display: block; margin: 0; }

  .rh-a6b3-callout { background: #ffffff; border-left: 4px solid #262626; border-radius: 0 12px 12px 0; padding: 20px 26px; margin: 0; }
  .rh-a6b3-callout p { font-size: 15px; color: #262626; margin: 0; }

  @media (max-width: 1280px) { .rh-a6b3-wrap { padding: 40px 60px; } }
  @media (max-width: 960px) { .rh-a6b3-cats { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) { .rh-a6b3-wrap { padding: 32px 20px; } .rh-a6b3-cats { grid-template-columns: 1fr 1fr; } .rh-a6b3 p { font-size: 15px; } }
