.t-descr, .t-title, .t-name {
    word-break: normal !important;
    
    
}

/* Применяем стили к элементам с атрибутом data-elem-type="text" */
[data-elem-type="text"] {
    word-break: normal !important;
}

.t905__card {
  background-color: #FEF8EF;
}

.t905__wrapper .t905__card:first-child .t905__content:after {
    border-left-color: #FEF8EF;
}

.t905__wrapper .t905__card:nth-child(4n-1) .t905__content:after {
    border-right-color: #FEF8EF;
}

.t905__content:after {
    border-left-color: #FEF8EF;
}

.t905__wrapper .t905__card:nth-child(4n) .t905__content:after {
    border-right-color: #FEF8EF;
}




/* Стили для мобильных устройств */
@media screen and (max-width: 640px) {
    .t-title_md {
        font-size: 20px; /* Размер шрифта для мобильных устройств */
    }
}