@media only screen and (max-width: 376px) {
    .card-group{
        flex-direction: column;
    }
    .middle{
        width: 100%;
    }
    .item-card-group .padd10 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .card-group>.card {
        margin-bottom: 0px;
        height: unset;
    }
    .padd10 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        max-height: none;
    }
    .cardImage {
        width: 100%;
        height: auto;
        padding: 2px;
        background: white;
        object-fit: contain;
    }
    .card-text {
        font-size: 17px;
        height: unset;
        overflow: unset;
    }
}