.Fee-structure {
    margin: 3% 0%;
    padding: 60px 34px 54px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #000;
}

.Fee-structure .heading-holder h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;

}

.Fee-structure .heading-holder p {
    color: #fff;
    font-size: 14px;
}


.Fee-structure .table th {
    background-color: #FF8600;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    text-wrap: nowrap;
}

.Fee-structure .table td {
    font-size: 14px;
}


@media(min-width:0px) and (max-width:991px) {
    .Fee-structure .heading-holder h2 {
        font-size: 20px;
    }

    .Fee-structure .table td {
        font-size: 12px;
    }

    .Fee-structure .table th {
        font-size: 14px;
    }

    .Fee-structure .heading-holder {
        margin-top: 5px;
        text-align: center;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .Fee-structure .heading-holder h2 {
        font-size: 25px;
    }

    .Fee-structure .heading-holder {
        margin-top: 0px;
        text-align: center;
    }
}