
*{
    font-family: mercury;
}


.first-img{
    background-image: url("../images/abou-smpai.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.sam-img{
    /*height: 90%;*/
    width: 90%;
}

.vice-img{
    height: 400px;
    width: 450px;
}



@media only screen and (max-width: 466px) {
    .about-us{
      
       position: relative;
       bottom: 70px;
    }
}

.student{
    height: 200px;
    border: 2px solid gray;
    transition: 2s;
}

.student:hover{
    transform: scale(1.2);
    background-color: rgba(0, 0, 0, 0.582);
}

.text{
   text-align: center;
   padding-left: 50px;
}

@media screen and (max-width: 470px) {
    .about-us{
        position: relative;
        top: 25px;
    }
    .texts{
       margin-left: 20px;
    }
    .text2{
        position: relative;
        right: 30px;
    }
    .vice-img{
       position: relative;
       height: 300px;
       width: 250px;
    }
    .sam-img{
        position: relative;
        height: 300px;
        width: 250px;
     }
}

