@media only screen and (max-width: 767px){
    /* vision */
    .hero-section{
        padding: 150px 0  100px !important;
    }

    /* team */
    .breadcumb-section{
        padding: 150px 0  100px!important;

    }

    /* career */
    .main-content{
        padding: 20px;
        width: 70%;
    }
    .main-content .title{
        font-size: 26px
    }

    .role-card .role-title{
        font-size: 15px;
    }

    .role-card .btn-default{
        font-size: 15px;
    }
    .role-card .role-details{
        font-size: 12px;
    }
    .role-card .d-flex{
        flex-direction: column;
    }
    .role-card .d-flex div{
        width: 100%;
    }
    .role-card{
        padding: 10px;
    } 
     .main-content p.mt-4{
        font-size: 12px;
     }
     .role-card .btn-default {
        font-size: 13px;
    }


    /* virtual-research-facility  */

    .form-box{
        width: 100% !important;
    }
}


@media (min-width:500px){
    .role-card .d-flex{
        flex-direction: row;
    }
    
}
@media (max-width:500px){
    .main-content{
        width: 80% !important;
    }
    .role-card .btn-default{
        font-size: 11px;
        padding: 14px 36px 14px 15px;
    }
    
}
@media only screen and (max-width: 991px){
    .hero-section{
        padding: 180px 0 150px  !important;
        height: 100% !important;
    }

    .about-urp p{
        font-size: 14px;
    }
.about-urp ul li{
    font-size: 14px;
}
.focus-areas h3{
    font-size:15px ;
}
.focus-card h4{
    font-size: 15px;
}
.focus-card p{
    font-size: 14px;
}

.guidelines{
    flex-direction: column;
}
.download-btn{
    font-size: 15px;
}
.grant-support h3{
    font-size: 18px;
}
.grant-support p{
    font-size: 14px !important;
}

.author-content .text-muted{
    margin-top: 50px;
}
.benefit-icon{
    font-size: 30px;
}

}



