.team-image img{
	width: 70%;
}
.team-2 .single-team-item .team-image {
    object-fit: cover;
    border-radius: 50%;
    object-fit: cover;
	background-color: #fff;
	box-shadow: 0 0 20px rgb(91 146 209 / 29%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.team-2 .single-team-item{
	height: 200px;
}