.am-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}.am-card{border:1px solid #ddd;border-radius:10px;padding:20px;display:flex;flex-direction:column;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.am-card img{width:100%;height:auto;max-height:220px;object-fit:contain;margin-bottom:15px}.am-btn{background:#25d366;color:#fff!important;text-align:center;padding:12px;text-decoration:none;font-weight:700;border-radius:5px;margin-top:auto}@media screen and (max-width:768px){.am-grid{grid-template-columns:1fr}}