.data_table_section {
    border: 1px solid var(--Color_Cotton_Seed);
    margin-bottom: 24px;
    padding: 24px
}

.data_table_section:last-child {
    margin-bottom: 0
}

.data_table_section table tr th {
    color: var(--Color_Hoffer_Red);
    font-family: var(--Font_Lato_Bold);
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 16px;
    padding-right: 16px
}

.data_table_section table tr th:last-child {
    padding-bottom: 0;
    padding-right: 0
}

.data_table_section table tr:has(td) {
    border-bottom: 1px solid var(--Color_Cotton_Seed)
}

.data_table_section table tr:has(td):first-child {
    padding-top: 0
}

.data_table_section table tr:has(td):last-child {
    border-bottom: none
}

.data_table_section table tr td {
    padding: 16px 16px 16px 0;
    vertical-align: baseline
}

.data_table_section table tr td .label_for_responsive {
    color: var(--Color_Hoffer_Red);
    display: none;
    font-family: var(--Font_Lato_Bold);
    font-size: 18px;
    line-height: 22px;
    padding-right: 16px
}

.data_table_section table tr:last-child td {
    padding-bottom: 0
}

.data_table_section .table_columns_three tr td,
.data_table_section .table_columns_three tr th {
    width: 33.33%
}

@media (max-width:767px) {
    .data_table_section {
        padding: 16px
    }

    .data_table_section table thead {
        display: none
    }

    .data_table_section table tr {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .data_table_section table tr:has(td) {
        border-bottom-width: 2px
    }

    .data_table_section table tr:has(td):last-child td:last-child {
        border-bottom: none
    }

    .data_table_section table tr:last-child td {
        padding-bottom: 16px
    }

    .data_table_section table tr:first-child td:first-child {
        padding-top: 0
    }

    .data_table_section table tr td {
        border-bottom: 1px solid hsla(0, 0%, 74%, .5);
        display: flex;
        flex-wrap: wrap;
        row-gap: 12px
    }

    .data_table_section table tr td:last-child {
        border-bottom: none
    }

    .data_table_section table tr td span {
        width: 50%
    }

    .data_table_section table tr td span br {
        display: none
    }

    .data_table_section table tr td .label_for_responsive {
        display: block
    }

    .data_table_section .table_columns_three tr td {
        width: 100%
    }
}

@media (max-width:575px) {
    .data_table_section table tr td span {
        width: 100%
    }

    .data_table_section table tr td .label_for_responsive {
        padding-right: 0
    }
}
