@media screen and (max-width: 640px) {
    .t-slds__main {
        width: calc(100% - 24px) !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        border-radius: 6px !important;
        border: 2px solid #333333 !important;
    }
    
    .t-descr_xxs {
        font-size: 16px;
    }
    
    .t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
    --height: 45px;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    }
    
    .t-name_md {
        font-size: 30px;
        font-weight: 700 !important;
    }
    
    .t-store__card .t-store__card__btn {
    width: calc(100% - 12px);
    margin-left: auto;
    margin-right: auto;
  }
}
