html section.section-light .static-page h2,
html section.section-light .static-page h3{
    color: #21262d;
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.4;
    text-transform: unset;
}

html section.section-light .static-page h3{
    color: #21262d;
}

section.section-light .fees h4{
    color:#171717;
}

.fees .table thead>tr>th,
.fees .table tbody>tr>td:nth-child(2),
.fees .table tbody>tr>td:nth-child(3){
    text-align:center;
    vertical-align: middle;
}

.fees .table p{
    font-size:1.7rem;
    color:#171717;
}

.fee-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.fee-percent {
    padding: 15px;
    font-size: 2rem;
    color: #171717;
    white-space: nowrap;
    min-width: 110px;
    text-align: center;
}

.fee-description {
    padding: 0 15px;
    border-left: 2px solid #ddd;
    width: 100%;
}

.fee-description hr.short{
    margin:11px auto;
}

.fee-description p{
    margin-bottom:0;
}

.duo .fee-percent {
    text-align: center;
    padding:15px;
    min-width: 200px;
}

.duo .fee-percent p {
    margin-bottom:0;
    color: #171717;
    font-weight: bold;
}

.duo .fee-percent p.text-label{
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    color: #5e5e5e;
    font-weight:400;
}

.duo .fee-description{
    text-align:center;
    border-right:2px solid #ddd;
}

@media (max-width:767px){
    .fees .table-responsive{
        border:0;
    }
    .duo .fee-description{
        border: 0;
    }
    .duo.fee-box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .duo .fee-percent{
        order: 2;
    }
}