.brxe-lns-product-tech-info .lns_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 16px;
    gap: 16px;
}

.brxe-lns-product-tech-info .lns_row.odd {
    background: #F1F1F1;
}

.brxe-lns-product-tech-info .lns_product_tech_info {
    margin-top: 16px;
}

.brxe-lns-product-tech-info .lns_row_title {
    width: 150px;
    flex-shrink: 0;
    font-weight: 500;
}

@media (max-width:420px) {
    .brxe-lns-product-tech-info .lns_row_title {
        width: 100px;
    }
}