.catalogue-section-content {
    display: flex;
    flex-direction: column;
}

.content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}

.col-1 {
    width: 80px;
    flex-shrink: 0;
}

.col-2 {
    flex-grow: 1;
}

.col-3 {
    width: 150px;
    flex-shrink: 0;
}

.col-4 {
    width: 229px;
    flex-shrink: 0;
    color: #AAA9A9;
}
