.cchm-fact-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.cchm-video-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr))}
.cchm-timeline-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.cchm-case{background:#fff}
.cchm-case header{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:38px}
.cchm-case header>p{color:var(--cchm-muted);font-size:18px}
.cchm-case-list{border-top:1px solid var(--cchm-line)}
.cchm-case-list article{display:grid;grid-template-columns:150px 1fr;gap:35px;padding:26px 0;border-bottom:1px solid var(--cchm-line)}
.cchm-case-list article>b{color:var(--cchm-red);font-size:13px;letter-spacing:.06em}
.cchm-case-list h3{margin:0 0 8px;font-size:25px}
.cchm-case-list p{max-width:850px;margin:0 0 10px;color:var(--cchm-muted)}
.cchm-case-list a,.cchm-timeline-grid a{font-size:13px;font-weight:850;text-decoration:underline;text-underline-offset:4px}
@media(max-width:650px){.cchm-case header,.cchm-case-list article{grid-template-columns:1fr;gap:9px}}
