footer {
    display: flex;
    padding: var(--xxl);
    flex-direction: row;
    gap: var(--xl);
    background-image: url("https://tattooedu.co/wp-content/uploads/2025/04/gfgfgfgfeee.png");
        background-size: cover;
}
.footer-col {
    max-width:500px;
}
.footer-col * {
     align-self: center;   
}
.imagen-footer {
    height: 30px;
    width: auto;
    opacity: 0.8;
}

.footer-col a, .footer-col p, .footer-col b {
    align-content: center;
        text-align-last: center;
}