.team-member img {
    border-radius: 4px;
    width: 308px;
    height: 356px;
    object-fit: cover;
}
.team-member h5 {
	max-width:250px; 
	font-size:20px;
	font-weight: 700;
}
.team-member h6 {
	max-width: 220px;
	font-size:18px;
    font-weight: 400;
}
.team-member h5, .team-member h6 {
		color: #000000;

}