.ig-wrapper{padding:15px;display:grid;place-items:center}.ig-card{width:100%;max-width:360px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 25px #00000014;transition:transform .3s ease;margin:auto}.ig-image img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.ig-content{padding:14px}.ig-content h3{font-size:15px;line-height:1.4;color:#222;margin-bottom:10px}.ig-meta{display:flex;justify-content:space-between;font-size:12px;color:#666;margin-bottom:18px}.download-btn{width:100%;height:50px;color:#fd1d1d;text-decoration:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform 0.2s,opacity .2s;border:3px solid #fd1d1d;margin-top:-8px}@media (min-width: 600px){.ig-card{max-width:420px}.ig-content h3{font-size:16px}}@media (min-width: 900px){.ig-wrapper{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;place-items:stretch}}