@media screen and (max-width: 1920px) {
    .t-text_xs {
        font-size: 8px;
    }
    
@media screen and (max-width: 1920px) {
    .t-text_xs {
        font-size:8px;
        line-height: 1.45
    }
    
    .t-text_xs {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    color: #969696;
}