.project-blocks .image-group { display:flex; flex-wrap:wrap; align-items:flex-start; gap:20px 16px; margin:1.5rem 0; }
.project-blocks .image-group figure { margin:0; width:min(100%,360px); min-width:0; }
.project-blocks .image-group figure a { display:block; }
.project-blocks .image-group figure img { display:block; width:100%; max-width:100%; height:auto; }
.project-blocks .image-group figcaption { overflow-wrap:anywhere; margin-top:8px; line-height:1.45; }
.project-blocks .passage { overflow-wrap:anywhere; }
.project-blocks .passage pre { overflow:auto; }
