.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;justify-items:center;align-items:start;margin-top:2rem;margin-bottom:2rem}.image-grid figure{text-align:center;margin:0;width:100%;max-width:160px}.image-grid img{width:100%;height:auto;border-radius:8px;display:block;margin:0 auto}.image-grid figcaption{font-size:.85rem;color:#aaa;margin-top:.5rem;line-height:1.4;text-align:center;word-break:break-word}@media screen and (max-width:600px){h1,h2,h3{font-size:1.4rem;line-height:1.4;word-break:break-word}.image-grid figure{max-width:100%}.image-grid img{max-width:100%}}