.Fee-structure {
    margin: 3% 0%;
    padding: 60px 34px 54px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(rgb(173, 49, 77), rgb(121, 35, 88));
}

.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 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    text-wrap: nowrap;
}

.Fee-structure .table td {
    font-size: 14px;
    background: #fff;
}


@media(min-width:0px) and (max-width:991px) {
    .Fee-structure .heading-holder h2 {
        font-size: 20px;
    }

    .Fee-structure {
        padding: 30px 10px 30px 10px;
    }

    .Fee-structure .heading-holder p,
    .Fee-structure .table td,
    .Fee-structure .table th {
        font-size: 13px;
    }

    .Fee-structure .heading-holder {
        margin-top: 5px;
        text-align: center;
    }

    .Fee-structure {
        margin: 30px 0px 40px;
    }
}

@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;
    }
}