#working-together .section-head{display:block;margin-bottom:36px}
#working-together .section-head>p{max-width:none;margin:20px 0 0;font-size:16px;line-height:1.8}
#working-together .process-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
#working-together .process-list>li{padding:24px 20px;border:1px solid #dce2d8;border-radius:12px;background:#fffefa;min-width:0}
#working-together .process-list>li>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#edf1e7;font-size:14px}
#working-together .process-list h3{margin:24px 0 14px;font-size:21px;line-height:1.4;word-break:keep-all}
#working-together .process-list p{margin:0;font-size:15px;line-height:1.9;word-break:keep-all}
#working-together .process-consult{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:32px 0 24px;padding:28px 30px;background:#edf1e7;border-radius:12px}
#working-together .process-consult h3{margin:0;font-size:21px;line-height:1.5;word-break:keep-all}
#working-together .process-consult p{margin:10px 0 0;font-size:15px;line-height:1.8;color:var(--muted);word-break:keep-all}
#working-together .process-consult .button{flex-shrink:0;font-size:15px}
#working-together .comparison-example>summary{min-height:72px;font-size:15px;line-height:1.6;padding:16px 2px}
#working-together .comparison-example>summary:focus-visible{outline:3px solid var(--teal);outline-offset:4px}
#working-together .comparison-example .consult-scope{max-width:800px;margin:32px 0 24px;padding-top:24px;border-top:1px solid var(--line);font-size:14px;line-height:1.9}
#working-together .consult-scope p+p{margin-top:20px}
@media(min-width:601px) and (max-width:1099px){
  #working-together .process-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  #working-together .process-consult{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  #working-together .section-head{margin-bottom:28px}
  #working-together .section-head>p{font-size:15.5px;margin-top:18px}
  #working-together .process-list{grid-template-columns:1fr;gap:12px}
  #working-together .process-list>li{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:16px;padding:20px}
  #working-together .process-list>li>span{grid-row:1/3}
  #working-together .process-list h3{font-size:20px;margin:3px 0 10px}
  #working-together .process-list p{grid-column:2;font-size:15.5px;line-height:1.85}
  #working-together .process-consult{flex-direction:column;align-items:stretch;padding:24px 22px;gap:20px;margin-top:24px}
  #working-together .process-consult h3{font-size:20px}
  #working-together .process-consult .button{width:100%;justify-content:space-between;font-size:14px;padding:15px 16px;gap:10px}
  #working-together .comparison-example>summary{font-size:14px}
}
