*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}

.team .member {
    position: relative;
    padding: 30px;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    background: #fff;
}

.team .member .teampic{
    overflow: hidden;
    width:180px;
    border-radius: 60%;

}
.team .member .member-info{
    padding-left: 30px;
}
.team .member h4{
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: tomato;
 }
.team .member spann::after{
    content: "";
    position: absolute;
    display: block;
    width:50px;
    height: 2px;
    background: black;
    bottom: 0;
    left: 0;


}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}
.team .member .social{
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.team .member .social a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:32px;
    height:32px;
    background: #eff2f8;   
}

.team .member .social a i{
    color: tomato;
    font-size: 16px;
    margin: 0 2px;

}
 .team .member .social a:hover {

     background: tomato;
 }

 .team .member .social a:hover i{

     color: white;
 }
 .team .member .social a+a {

     margin-left: 8px;
 }
section{
    padding: 60px;
    overflow: hidden;
}
.section-title{
    text-align: center;
    padding-bottom: 30px;
}
