@media screen and (max-width: 960px) {
    .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: 49%;
    }
}

[data-col-gap='10'] .t-store__stretch-col {
    /*margin-right: 20px;*/
    border: solid 1px;
    border-radius: 5px;
    border-color: brown;
    padding: 5px;
}

@media screen and (max-width: 400px) {
    .t951 .mobile-two-columns .t-item, .t951 .t951__cont-wrapper .t-store__mobile-two-columns .t-item {
        width: 100%;
    }
}

.t-store__stretch-col_25 {
    width: 24%;
}
