.card-banner__container {
    display: flex;
    width: 100%;
}
.card-banner__container > img {
    width: 50%;
    cursor: pointer;
}
