.hitech-product-legend {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
    font-size: 14px;
    align-items: center;
}

/* Вместо gap: 24px — отступы у каждого элемента */
.hitech-product-legend .legend-item {
    display: flex;
    align-items: center;
    margin-right: 24px;
    margin-bottom: 24px;
}

/* Вместо gap: 8px — отступ у иконки */
.hitech-product-legend .legend-icon {
    font-size: 18px;
    margin-right: 8px;
}
