.team {
	margin-top: 52px;
}

.team > div {
	display: flex;
	flex-direction: column;
	border: 8px solid transparent;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
}

.sal-item-wrapper {
	position: relative;
	padding-top: 100%;
	width: 100%;
	transform: scale(1);
	transition: transform 0.3s;
}

.sal-item-wrapper > img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.team h3 {
	font-size: 24px;
	margin-bottom: 12px;
	margin-top: 16px;
}

.team h5 {
	font-size: 20px;
	margin-top: -4px;
	margin-bottom: 4px;
	font-weight: 400;
}
