.team{
	align-items: stretch !important;
}

.team-item{
	margin-bottom: 20px;
	border-radius: 8px 8px 8px 8px;
	background-color: #fff;
	text-align: center;
	width: 21%;
}

.team-item-blank{
	width: 21%;
}

.team-image{
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.team-information{
	padding: 21px 20px 30px 20px;
}

.team-name{
	font-size: 24px;
	font-weight: 600;
	line-height: 30.12px;
	letter-spacing: -0.04em;
}

.team-status{
	margin-top: 13px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.08px;
	letter-spacing: 0.21em;
	color: #FB5E6E;
}
