@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 25px;
    }
   .t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 10px;
    }

}

@media screen and (min-width: 980px) {
    .t-store__load-more-btn {
        margin-top: 0px;
    }
}

.t-slds__arrow-withbg {
    border-radius: 0px;
}