/* css for Fee Page */
#fee-page{
    position: relative;
    padding: 3rem 0rem;
    padding-bottom: 5rem;
}
#fee-page h2{
    color: #333333;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 25px;
}
#fee-page h3{
    font-size: 20px;
    line-height: 24px;
    color: #FF6600;
}

.section-img-absolute{
    position: absolute;
    right: 5%;
    bottom: 20%;
}
@media(max-width: 768px){
    #fee-page{
        padding-top: 1rem;
    }
    #fee-page h2{
        line-height: 1.7;
        font-size: 20px;
    }
    #fee-page h3{
        margin: 15px 0px;
    }
    .a-c-div p {
        font-size: 14px;
        text-align: justify;
    }
    .section-img-absolute{
        position: absolute;
        right: 5%;
        bottom: 12%;
        z-index: -1;
    }
}
