.t-store__tabs__content.t-descr.t-descr_xxs {
    max-width: 1100px;
}

.t-store__tabs__content.t-descr.t-descr_xxs ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media screen and (max-width: 1200px) {
    
    .t-store__tabs__content.t-descr.t-descr_xxs ul li {
        width: 50%;
        list-style: none;
        box-sizing: border-box;
    }
    
}
