@media screen and (max-width: 480px) {
    .t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
        width: 50%!important;
    }
    
    .t-store__card__imgwrapper_column {
        display: none;
    }
    
    .t-store__card__imgwrapper_column + .t-store__card__contentwrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

