
.left_img , .right_img{
 height:150px;
 width: 150px;
}
.college_title{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.college_name_in_hindi{
    font-size: 29px;
    color: #184B71;
    font-weight:600;
    margin: 2px 0px;
}
.college_name_in_english{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin: 0px 0px;
}
@media only screen and (max-width: 1185px)  {
    .left_img , .right_img{
        height:100px;
        width: 100px;
       }
    .college_name_in_hindi{
        font-size: 18px;
        color: #184B71;
        font-weight:600;
        margin: 2px 0px;
    }
    .college_name_in_english{
        font-size: 12px;
        color: #000;
        font-weight: 600;
        margin: 0px 0px;
    } 
}
@media only screen and (max-width: 900px)  {
    .college_name_in_hindi{
        font-size:18px;
        color: #184B71;
        font-weight:600;
        margin: 2px 0px;
    }
    .college_name_in_english{
        font-size: 12px;
        color: #000;
        font-weight: 600;
        margin: 0px 0px;
    } 
}

@media only screen and (max-width:600px){
    .carousel-item img{
      height: 60vh;
    }
}