.restoration-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.restoration-gallery figure{margin:0 0 22px}
.restoration-gallery img{height:360px;object-fit:cover}
.restoration-gallery figcaption{padding-top:10px;color:#58676f;font-size:14px}
.restoration-gallery figcaption span{display:inline-block;margin-right:7px;color:#177f9f;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.report-download{margin-top:45px;padding:38px;background:#fff;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;border-left:3px solid var(--blue)}
.report-download h3{margin:20px 0 10px}
.report-download p{margin:0;color:#58676f;max-width:690px}
@media(max-width:1000px){.restoration-gallery{grid-template-columns:1fr 1fr}.report-download{grid-template-columns:1fr}}
@media(max-width:600px){.restoration-gallery{grid-template-columns:1fr}.restoration-gallery img{height:420px}.report-download{padding:28px}}
