.t-store__card {
    border-style: solid;
    border-width: 1px;
    border-color: #d38f8d;
    border-radius: 16px;
    margin: 5px;
}

.t-store__stretch-col_33 {
    width: 32.333%;
}

[data-col-gap="20"] .t-store__stretch-col {
    padding: 16px 24px;
}

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

    }
}


@media screen and (max-width: 960px) {
    .t951__grid-cont .t-store__card-list {
        row-gap: 10px !important;
    }
}