.imageContainerSellPlus img {
    width: 100%;
    max-width: 630px;
    border-radius: 25px;
}

/* Example card styling */
.card{
    height: 225px;
    border-radius: 8px;
    color: #fff;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
    .card {
        height: 185px;
    }
}