.catalog__row {
    grid-template-columns: repeat(7, 1fr);
}

.catalog__column-title {
    word-break: break-word;
}