.font-gallery{max-width:1000px;width:calc(100% - 32px)}
.font-gallery .lg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.font-gallery .lg-grid article{min-width:0;padding:20px;background:#fffdf8;border:1px solid #d7cbb8;border-radius:14px}
.font-gallery .lg-grid strong{display:block;color:#294135;margin-bottom:12px}
.font-gallery .lg-grid button{width:100%;margin-top:12px;min-height:44px}
@media(max-width:600px){.font-gallery .lg-grid{grid-template-columns:1fr}.font-gallery{width:calc(100% - 20px)}}
