
section.team-members{
	width:100%;
	background:var(--body-color-darker);
}


section.team-members .title{
	text-align:center;
	margin:20px 0
}
section.team-members .members {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3%;
}

section.team-members .staff-item{
	width:200px;
	
}

section.team-members .staff-item .staff-image img{
	width:100%;
	height:auto;
	display:block;
}

section.team-members .staff-item .staff-information {
	padding: 1rem 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

section.team-members .staff-item .staff-information h5{
	margin:0;
}

section.team-members .staff-item .staff-information p.role {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--copper-color);
	font-weight:500;
}
