.single-team-box-2 {
	height: 100%;
	padding: 34px 26px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: none;
}
.team-image-2 {
	position: relative;
	overflow: hidden;
}
.team-image-2 img {
	display: block;
	width: 100%;
	height: auto;
}
.team-hover-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	transition: opacity 250ms ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.single-team-box-2:hover .team-hover-overlay {
	opacity: 1;
}
.team-hover-overlay a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	text-decoration: none;
}
.team-hover-overlay a:hover {
	background: rgba(255, 255, 255, 0.28) !important;
	border-color: #ffffff !important;
	color: #ffffff;
}
.product-card-image-switch {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}
.product-card-image-switch > * {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.team-info-2 {
	text-align: center;
}
.team-info-2 h3 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 12px;
}
.team-info-2 p.card-text:nth-of-type(odd) {
	font-weight: 700 !important;
}
.team-info-2 p.card-text:nth-of-type(even) {
	font-size: 14px !important;
}
