.tbl-section .sec-label {
    margin-bottom: 24px;
}

.tbl-section .sec-title {
    margin-bottom: 25px;
}

.tbl-section .sec-desc {
    max-width: 546px;
}

.tbl-section table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
}

.tbl-section thead th {
    background-color: #F06C00;
    color: #FFF;
    font-weight: 600;
    text-align: left;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 28px;
}

.tbl-section thead th h5 {
    margin: 0;
    width: max-content;
    width: auto;
    color: #fff;
}

.tbl-section tbody tr {
    height: auto;
}

.tbl-section tbody td {
    background-color: #F8F9FA;
    color: #000;
    padding: 20px 30px;
    text-align: left;
    vertical-align: middle;
    word-wrap: break-word;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
}

.tbl-section .tbl-wrapper {
    max-width: 1361px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 175px;
    margin-top: -4px;
}

@media (min-width: 1366px) {
    .tbl-section thead th:first-child {
        min-width: 280px;
    }

    .tbl-section thead th:nth-child(2) {
        min-width: 600px;
    }

    .tbl-section thead th:last-child {
        min-width: 440px;
    }

}

@media (max-width: 767.96px) {
    .tbl-section .tbl-wrapper {
        overflow-x: scroll;
        max-width: 100%;
        padding-left: 0;
        padding-bottom: 45px;
        margin-left: 20px;
        margin-bottom: 80px;
    }

    .tbl-section .tbl-wrapper::-webkit-scrollbar {
        height: 5px;
    }

    .tbl-section .tbl-wrapper::-webkit-scrollbar-track {
        border-radius: 100px;
        background: #F2F2F2;
    }

    .tbl-section .tbl-wrapper::-webkit-scrollbar-thumb {
        background: #BEBEBE;
        border-radius: 10px;
        width: 171px;
    }

    .tbl-section thead th {
        padding: 18.36px 27.55px;
    }

    .tbl-section thead th:first-child {
        min-width: 149.65px;
        min-width: 212px;
    }

    .tbl-section thead th:nth-child(2) {
        min-width: 272.69px;
        min-width: 500px;
    }

    .tbl-section thead th:last-child {
        min-width: 272.69px;
        min-width: 400px;
    }

    .tbl-section .sec-label {
        margin-bottom: 18px;
    }

    .tbl-section .sec-title {
        margin-bottom: 27px;
    }

    .tbl-section thead th h5 {
        font-size: 18px;
        line-height: 21px;
    }

    .tbl-section tbody td {
        font-size: 14px;
        line-height: 16px;
        padding: 18px 27px;
    }

    .tbl-section table {
        border-spacing: 0 3px;
    }

}