.team-slide {
padding: 15px;
}
.team-card {
position: relative;
height: 400px;
background-size: cover;
background-position: center;
overflow: hidden;
}
.team-overlay {
background: #131521;
position: absolute;
bottom: 10px;
margin: 0 auto;
width: 90%;
left: 5%;
transform: translateX(0%);
align-items: center;
}
.team-slide {
margin: 0 10px;
position: relative;
}
.team-content h3 {
color: #fff;
margin: 0;
font-size: 20px;
}
.team-content p {
color: #ccc;
margin: 5px 0 0;
font-size: 14px;
}
.linkedin-icon {
background: #0A0F28;
color: #fff;
padding: 10px;
border-radius: 8px;
}
.linkedin-icon:hover {
background: #0077b5;
}