.team-item {
    text-align: center;
    padding: 24px 16px;
    border: 1px solid rgba(0, 0, 205, 0.1);
    border-radius: 23px;
	transition:0.4s;
	background:#fff;
}
.team-item:hover{
	border-color: rgba(0, 0, 205, 0.5)
}
.icon-top {
    width: 102px;
    height: 9px;
    display: inline-block;
    background: #CCCCF2;
    border-radius: 8px 8px 0 0;
}
.team-img {
    position: relative;
    border-radius: 25px;
    margin-bottom: 8px;
    overflow: hidden;
}
.team-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team-content .name {
    color: #3A3A3A;
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 5px;
}
.team-content .post {
    color: #A6A6A6;
    font-size: 14px;
    margin-bottom: 15px;
}
.team-item img {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.teams-social {
    display: inline-flex;
    align-items: center;
    border-radius: 0 0 4px 4px;
    gap: 24px;
	transition:0.3s;
	z-index:1;
}

.teams-social a {
    display: flex;
    line-height: 1;
    color: #484848;
    font-size: 20px;
    transition: 0.4s ease;
}
 .teams-social a:hover{
	color:var(--color3)
}
