@media (max-width: 960px) {
  .t395__tab .t395__title {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 480px) {
    .t395__wrapper_mobile {display: none}
    .t395__wrapper {
        justify-content: flex-start;  /* center  центр - flex-start  слева -  flex-end справа  */
    }
    .t395__title { 
        line-height: 1.2; /* Увеличено с 0.5 */
        padding: 8px 12px; /* Добавлены отступы для текста */
    }
    .t395__tab {
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 12px 20px; /* Увеличенные отступы для мобильных */
        width: 100px !important;
    }
}
