.card-ikea {
    background-image: url('https://www.gifts.smartpointcom.be/assets/images/ikea.jpg');
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 36px 48px rgba(79, 79, 227, 0.24);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 24px;
    z-index: 99;
}

.card-inno {
    background-image: url('https://www.gifts.smartpointcom.be/assets/images/inno.jpg');
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 0px 36px 48px rgba(79, 79, 227, 0.24);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 24px;
    z-index: 99;
}

.card-proximus {
    background-image: url('https://www.gifts.smartpointcom.be/assets/images/proximus.jpeg');
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 36px 48px rgba(79, 79, 227, 0.24);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 24px;
    z-index: 99;
}

.card-tui {
    background-image: url('https://www.gifts.smartpointcom.be/assets/images/tui.png');
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 36px 48px rgba(79, 79, 227, 0.24);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 24px;
    z-index: 99;
}