/* ==========================================================
        about us page
=============================================================*/


.our-team-card{
    margin-bottom: 20px;
    margin-top: 20px;
    height: 330px;
}
.our-team-card img{
    height: 170px;
    width: 170px;
    object-fit: cover;
}
.our-team-card a{
    color: #6c757d;
    width: 50px;
    padding-left: 10px; 
    padding-right: 10px;
}
.our-team-card a:hover{
    color: white;
}
.social-team-card{
    position: absolute;
    bottom: 0;
   left: 0;
   right: 0;

}
.social-team-card >:nth-child(1):hover{
    background-color: #3b5998;
}   
.social-team-card >:nth-child(2):hover{
    background-color: #0077b5;
}   
.social-team-card >:nth-child(3):hover{
    background-color: #DB4437
    ;
}   