
  .rh-a3b5 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-a3b5 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-a3b5-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }

  .rh-a3b5 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-a3b5 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }

  /* 3 элемента архитектуры */
  .rh-a3b5-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0 32px 0; }
  .rh-a3b5-card { background: #f7f7f7; border-radius: 20px; padding: 28px 24px; border-top: 3px solid #BFD8B3; }
  .rh-a3b5-card-title { font-size: 15px; font-weight: 600; color: #262626; display: block; margin: 0 0 10px 0; }
  .rh-a3b5-card-text { font-size: 14px; font-weight: 600; color: #585858; line-height: 1.65; display: block; margin: 0; }

  /* Ссылка на Risk Check */
  .rh-a3b5-riskcheck {
    background: #262626; border-radius: 20px; padding: 28px 36px;
    display: flex; align-items: flex-start; gap: 20px; margin: 0;
  }
  .rh-a3b5-riskcheck-line { width: 4px; min-width: 4px; border-radius: 100px; background: #BFD8B3; align-self: stretch; }
  .rh-a3b5-riskcheck p { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.7; margin: 0; padding: 0; }
  .rh-a3b5-riskcheck a { color: #BFD8B3 !important; font-weight: 600; text-decoration: underline !important; text-decoration-color: #BFD8B3 !important; }

  @media (max-width: 1280px) { .rh-a3b5-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) {
    .rh-a3b5-wrap { padding: 36px 32px; }
    .rh-a3b5-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .rh-a3b5-wrap { padding: 32px 20px; }
    .rh-a3b5 p { font-size: 15px; }
    .rh-a3b5-riskcheck { padding: 22px 20px; border-radius: 14px; }
  }
