/* Выравнивание карточек каталога на мобильных устройствах */
@media (max-width: 640px) {
    .t-store__card {
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
        height: 100% !important;
    }

    .t-store__card__inner {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    .t-store__card__textwrapper {
        margin-top: auto;
    }
}
