.case-gallery-title{margin:40px 0 8px;font-size:30px}
.case-gallery-intro{margin:0 0 26px;color:var(--muted)}
.case-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start;margin-bottom:46px}
.case-gallery figure{margin:0}
.case-gallery figure:first-child{grid-column:1/-1;max-width:720px;justify-self:center}
.case-gallery a{display:block}
.case-gallery img{display:block;width:100%;height:auto;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 16px 42px rgba(66,43,32,.1)}
.case-gallery figcaption{margin-top:10px;color:var(--muted);font-size:14px;text-align:center}
@media(max-width:720px){.case-gallery{grid-template-columns:1fr}.case-gallery figure:first-child{grid-column:auto}.case-gallery img{border-radius:12px}}
