/* Стили для скрытия горизонтального скролла для всех блоков на сайте */
    .t396__artboard { 
        overflow-x: auto;
         scroll-behavior: smooth;
    }

   .t396__artboard::-webkit-scrollbar {
        height: 0; /* Скрывает скроллбар */
    }


.t-descr_xxs {
        font-size: 14px;
    }

.t-name_xs {
        font-size: 14px;
    }  
    
.t-name_xl {
        font-size: 16px;
    }
    
.t-text_md {
   font-size: 14px !important; 
}

.t-title_xxs {
   font-size: 24px !important; 
}
