@media screen and (max-width: 480px) {
    .t-store__card__textwrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        margin-bottom: 0;
        /*margin-bottom: -20px;*/
    }

    .t-store__card__price-wrapper {
        margin-top: auto;
        position: relative;
        /*top: -10px;*/
    }

    .t-store__card-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 60px 20px !important;
    }

    .t951 .mobile-two-columns .t-item,
    .t951 .t951__cont-wrapper .t-store__mobile-two-columns .t-item {
        width: 100%;
        margin-bottom: 0 !important;
    }

    #allrecords .t-store__card > a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}