.t-store__card__btns-wrapper {
    flex-direction: column;
    margin-top: auto;
}

.t-store__card__textwrapper {
    display: flex;
    height: 82px;
    flex-direction: column;
    justify-content: space-between;
}

.store__card__wrap_txt-and-opts > a {
    display: inline-block;
    height: 100%;
}
@media(max-width:768px) {
    .t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .t-store__card__textwrapper {
      position: relative;
      overflow: hidden;
      height: auto;
    }
}