@charset "UTF-8";.grids{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:24px 0}.grids>div{background:#f9f9f9;border-radius:8px;padding:16px;border:1px solid #e0e0e0}.grids>div img{width:100%;height:auto;border-radius:6px;margin-bottom:12px}.grids>div h3{font-size:1.1em;margin:0 0 8px 0}.grids>div p{font-size:.95em;line-height:1.5;margin:0}@media (max-width:768px){.grids{grid-template-columns:1fr}}
