/* Project photos: original proportions and native-resolution display. */
.mr-project-gallery{padding:44px 20px;background:#f5f7fa;color:#172b4d;clear:both}
.mr-project-gallery .mr-gallery-inner{max-width:1100px;margin:0 auto}
.mr-project-gallery h2{font-size:clamp(1.5rem,3vw,2rem);line-height:1.25;margin:0 0 12px;color:#172b4d}
.mr-project-gallery .mr-gallery-intro{max-width:700px;margin:0 0 24px;line-height:1.6;color:#41536b}
.mr-project-gallery .mr-gallery-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:24px}
.mr-project-gallery figure{width:228px;max-width:100%;margin:0;background:white;border:1px solid #dce3eb;border-radius:8px;overflow:hidden;box-sizing:content-box}
.mr-project-gallery img{display:block;max-width:100%;height:auto;width:auto;margin:0 auto}
.mr-project-gallery figcaption{padding:14px;font-size:15px;line-height:1.55;color:#273c56;text-align:left}
@media(max-width:540px){.mr-project-gallery .mr-gallery-grid{justify-content:center}.mr-project-gallery{padding:32px 16px}}
