.technical_table_wrapper {
    display: flex;
    width: 100%;

    .technical_table_wrapper_title, .technical_table_wrapper_content {
        width: 50%;
        min-width: 50%;
    }

    .technical_table_wrapper_title {
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
        padding-block: 30px;
    }

    .technical_table_wrapper_content {
        padding-block: 30px;
        padding-inline: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
        border-right: 1px solid rgba(255, 255, 255, 0.30);
        border-left: 1px solid rgba(255, 255, 255, 0.30);
    }

    &:last-of-type .technical_table_wrapper_title {
        border-bottom: none;
    }
    &:first-of-type .technical_table_wrapper_content {
        border-top: 1px solid rgba(255, 255, 255, 0.30);
    }
}

.lipidtech {

}

.hf_group {
    .technical_table_wrapper {

        strong {
            color: var(--hf-white-100);
        }
    }
}