.card{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:20px;box-shadow:0 8px 24px rgba(0,0,0,.08);overflow:hidden;padding:0;max-width:900px;margin:0 auto}.card-texto{flex:1;padding:40px}.card h2,.card p{color:#111;margin-bottom:15px}.tu-card-imagen{flex:1;height:100%}.card img{width:100%;height:100%;object-fit:cover;border-top-right-radius:20px;border-bottom-right-radius:20px}