.section__doted-table {
    width: 100%;
    display: block;
    padding: 50px 0;
    background-color: #fff;
}

.section__doted-table table.table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

.section__doted-table .section__doted-title {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 70px;
}

.section__doted-table table.table tbody tr {
    width: 100%;
    border-top: 1px solid #fdb728;
    border-bottom: 1px solid #fdb728;
}

.section__doted-table table.table tbody tr:nth-child(2n+2) {
    background-color: #e4e6e6;
}

.section__doted-table .section__doted-title h2 {
    font-size: 30px;
    color: #006c80;
}

.section__doted-table table.table thead tr td:first-child {
    font-size: 22px;
    color: #000;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 6.6666%;
    line-height: 1.3;
}

.section__doted-table table.table thead tr td {
    text-align: center;
    font-size: 16px;
    color: #000;
    padding-bottom: 15px;
    line-height: 1.3;
}

.section__doted-table table.table tbody tr td.black {
    color: #000000;
}

.section__doted-table table.table tbody tr td {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 1.3;
}

.section__doted-table table.table tbody tr td:first-child {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6.6666%;
}

.section__doted-table > p:first-of-type {
    margin-top: 30px;
}

.section__doted-table > p {
    padding-left: 6.66666%;
}

.section__doted-table >  span > p {
    padding-left: 6.66666%;
}

.section__doted-table > p > span {
    padding-right: 25px;
}

.yellow-dot {
    color: #000000;
}