.student-content p{
    font-family: var(--nins-font-overpass);
    font-weight: 300;
    font-size: var(--f18);
    line-height: 27px;
    color: var(--nims-black);
}
.committes-content h4{
    font-size: var(--f26);
    line-height: 46px;
    color: var(--nims-black);
    text-align: center;
    font-weight: bold;
    font-family: var(--nims-font-neue);
}
.heading-title-bg h3{
    color: var(--nims-white);
    text-align: center;
    background-color: var(--nims-banner-blue);
    font-family: var(--nims-font-neue);
    font-size: var(--f30);
    padding: 30px 0;
    line-height: 53px;
    font-weight: bold;
    margin-bottom: 50px;
}
.committees-content h4{
    font-size: var(--f26);
    line-height: 46px;
    color: var(--nims-black);
    font-weight: bold;
    font-family: var(--nims-font-neue);
}
.committees-content p{
    font-family: var(--nins-font-overpass);
    font-weight: 300;
    font-size: var(--f18);
    line-height: 27px;
    color: var(--nims-black);
    margin-bottom: 10px;
}
.student-committees-section .col-xs-12.col-sm-12  {
margin-bottom: 50px;
}
.committees-image img{
    width: 100%;
    object-fit: cover;
}
@media (max-width: 768px){
    .committees-image img{
        width: 50%;
        object-fit: cover;
    }
    .student-committees-section .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .heading-title-bg h3{
        font-size: var(--f24);
        padding: 20px 0;
    }
    .committees-content h4 {
        font-size: var(--f20);
        line-height: 30px;
    }
}



/* examinations-css */


.committees-image img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    background: #efe9e9;
    padding: 10px;
    border-radius: 8px;
}
.page-id-5543 .row, .page-id-5596 .row{
    align-items: center;
}