.section__table {
    width: 100%;
    display: block;
    padding: 50px 0;
    background-color: #f7f7f7;
}

.section__table>p {
    font-size: 16px;
    color: #333333;
    padding-left: 6.6666%;
}

.section__table .section__title {
    padding-left: 6.6666%;
}

.section__table .section__title h2 {
    font-size: 32px;
    color: #006c80;
    border-right: 0;
}

.section__table.table>table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

.section__table.table>table thead tr {
    width: 100%;
}

.section__table.table>table thead tr td {
    font-size: 16px;
    color: #000;
    padding: 20px;
    padding-left: 50px;
    border-right: 1px solid #fdb728;
    line-height: 1.3;
}

.section__table.table>table tbody tr {
    width: 100%;
}

.section__table.table>table tbody tr {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

.section__table.table>table tbody tr:first-of-type {
    border-top: 0;
}

.section__table.table>table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.section__table.table>table thead tr td {
    display: table-cell;
}

.section__table.table>table thead tr td {
    padding-left: 6.66666%;
}

.section__table.table>table tbody tr td {
    display: table-cell;
}

.section__table.table>table tbody tr td {
    font-size: 16px;
    color: #000;
    border-right: 1px solid #fdb728;
    padding: 20px 0px;
    line-height: 1.3;
}

.section__table.table>table tbody tr td {
    text-align: center;
}

.section__table.table>table tbody tr td:first-child {
    text-align: left;
    padding-left: 30px;
}

.section__table.table>table tbody tr td:last-child {
    border-right: 0;
}

@media screen and (max-width: 767px) {
    .section__table.table>table thead tr td {
        font-size: 16px;
        color: #000;
        padding: 15px;
        border-right: 1px solid #fdb728;
        line-height: 1.4;
    }

    .section__table.table>table tbody tr td {
        font-size: 16px;
        color: #000;
        border-right: 1px solid #fdb728;
        padding: 15px;
        line-height: 1.4;
    }
}

/* tables border */
table {
    border-style: solid;

}

table * {
    word-break: break-word;
}