.team{width: 100%; height: 100%; background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202601/202601060/html/images/projects-bg.png'); background-size: cover;}
.team-details{
 padding: 20px;
 background-color:#fff;
 width: 90%;
 margin-top: -50px;
 z-index: 999;
 position: relative;
 box-shadow: 0px 10px 40px 0px #00000008;
margin-bottom: 30px;
}
.team-details span{
 font-weight: var(--semi-bold);
}
.team-details p{
 color: var(--grey);
}

.team-social-bg{
 width: 35px;
 height:35px;
 background-color: #4AAB3D1A;
 cursor: pointer;
}
.team-social-bg:hover{background-color: var(--dark-blue);}
.team-social{
 display:none;
}

.team-details:hover .team-social{
 display: flex;
 align-items: center;
 justify-content: center;
}
.team-details:hover{
 margin-top: -95px;
 height: max-content;
}