.row>* {
    padding: 0px;
    margin: 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}
.wlcm_icon{
    font-size: 66px;
color: #868686;
}

.item5 {
grid-column: 1 / span 3;
grid-row: 3;
}
.item4 {
grid-column: 2/span 3;
grid-row: 2;
}

.para_college{
text-align: justify;
color: #575757;
font-family: "Roboto Slab", Sans-serif;
font-size: 16px;
font-weight: 400;
}

.msmsamtacollege_vaishali_img{
vertical-align: middle;
display: inline-block;
height: auto;
max-width: 100%;
border: none;
border-radius: 0;
transition-duration: .3s;
transition-property: transform;
}

.our{
color: #D9013C;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
line-height: 48px;
margin: 10px 0;
}
.vision{
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
line-height: 48px;
margin: 10px 0;
}

.separator_one{
    width: 5%;
    height: 5px;
    background-color: #2D2D2D;
    display: inline-block;

}
.separator_two{
    width: 5%;
    height: 5px;
    background-color: #D9013C;
    display: inline-block;
}

.img_placeholder{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}



@media only screen and (max-width: 750px) {
   .rspnsive_dv{
    position: absolute;
    top: -50px;

   }

}