@media screen and (max-width: 960px) {
    .t-store__card__mark {
    font-size: 12px;
    font-family: 'Forum', Arial, sans-serif;
    width: 30px;
    height: auto;
}
      .t-store__card__mark-wrapper {
        top: 0px !important;
        left: 0px !important;
    }
}
    @media screen and (max-width: 640px) {
    .t-text_xs {
        font-size: 12px;
    }
    }
