.t786 .t786__buttons > a {
  width: 100%;
}

/* Кнопки в каталоге друг под другом */
.t-store__grid-cont .t-store__card__btns-wrapper {
    display: flex;
    flex-flow: column nowrap;
}

/* Карточки в каталоге 4 в ряд с расстоянием между друг другом 20px на разрешениях от 961px и выше */
@media screen and (min-width: 961px) {
    .t-store__grid-cont .t-store__card.t-col {
        max-width: calc(25% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}