.cards-imagen-fondo{display:grid;gap:56px;grid-template-columns:1fr 1fr;width:100%}.cards_imagen_fondo-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;color:#fff;display:flex;flex-direction:column;height:100%}.cards_imagen_fondo_item-content{display:flex;flex-direction:column;gap:24px;height:100%;max-width:553px}.cards_imagen_fondo-item h2,.cards_imagen_fondo-item h3,.cards_imagen_fondo_item-content p{margin:0}.cards_imagen_fondo_item-content .button{margin-top:auto;width:fit-content}@media (max-width:768px){.cards-imagen-fondo{grid-template-columns:1fr}}@media (min-width:1280px){.cards_imagen_fondo-item h3{font-size:48px}}