﻿@charset "UTF-8";.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:0 auto 24px;text-align:center;width:100%;}@media print,screen and (min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr);margin:0 auto 48px;max-width:550px;}}.gallery-item img{width:100%;height:auto;display:block;}.gallery-item figcaption{margin-top:8px;font-size:1.4rem;line-height:1.4;}