

@media (min-width: 641px) {
        .t-name_xl {
        font-size: 13px !important;
        line-height: 1.55
    }

        .t-name_md {
        font-size: 13px !important;
        line-height: 1.35
    }
    
    .t-btnflex_sm,.t-btn.t-btnflex_sm,.t-submit.t-btnflex_sm {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px
    }
}

@media (max-width: 640px) {
        .t-name_xl {
        font-size: 11px !important;
        line-height: 1.55
    }

        .t-name_md {
        font-size: 11px !important;
        line-height: 1.35
    }
    
    .t-btnflex_sm,.t-btn.t-btnflex_sm,.t-submit.t-btnflex_sm {
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px
}
}

    
