.color-green{
    color: #03997D;
} 
.page-heading{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 2px;
}
.page-heading-2{
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 2px;
}

.text1{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 2px;
}

.dept-faculty-body{
    background-color: #017f68;
    padding: 25px 0;
}
.faculty-img{
    width: 80%;
    margin: 0 10% 8px;
}

.staff-name{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.staff-desg{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}
@media only screen and (max-width: 992px){
    .institution-who{
        font-size: 28px;
    }
    .institution-glance{
        font-size: 26px;
    }
    .institution-about-text{
        font-size: 16px;
    }
    .page-heading{
        font-size: 32px;
        margin-bottom: 8px;
    }
    .page-heading-2{
        font-size: 25px;
        margin-bottom: 4px;
    }
    .text1{
        font-size: 16px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 767px){

    .page-heading{
        font-size: 28px;
        margin-bottom: 8px;
    }
    .page-heading-2{
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 4px;
    }
    .text1{
        font-size: 15px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 576px) {
    .page-heading{
        font-size: 20px;
        margin-bottom: 8px;
    }
    .page-heading-2{
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 4px;
    }
    .text1{
        font-size: 15px;
        font-weight: 400;
    }
}