
  .rh-b3 * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Mont', sans-serif; }
  .rh-b3 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-b3-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 80px 48px; }
  .rh-b3 h2 {
    font-family: 'Mont', sans-serif; font-size: clamp(20px, 2.6vw, 28px);
    font-weight: 600; color: #262626; line-height: 1.2;
    border-top: 3px solid #BFD8B3; padding-top: 20px; margin-bottom: 24px;
  }
  .rh-b3 p {
    font-family: 'Mont', sans-serif; font-size: 16px; font-weight: 600;
    color: #464646; line-height: 1.75; margin-bottom: 20px;
  }
  .rh-b3 p:last-child { margin-bottom: 0; }
  .rh-b3-callout {
    background: #f7f7f7; border-left: 4px solid #262626;
    border-radius: 0 12px 12px 0; padding: 20px 26px; margin: 28px 0;
  }
  .rh-b3-callout p { font-size: 16px; color: #262626; margin: 0; }
  @media (max-width: 960px) { .rh-b3-wrap { padding: 0 60px 40px; } }
  @media (max-width: 600px) {
    .rh-b3-wrap { padding: 0 24px 32px; }
    .rh-b3 p { font-size: 15px; }
    .rh-b3 h2 { font-size: 20px; }
    .rh-b3-callout { padding: 16px 18px; }
  }
