.teamMembersContainer {
    display: flex;
    gap: 50px 50px;
    justify-content: space-around;
    flex-wrap: wrap;
}


.teamContainer {
	display: flex;
	flex-direction: column;

	background-color: #F1F1F1;
	border: 3px solid #5e855f;
	border-collapse: separate;
	width: 250px;
	height: 380px;
	padding: 0px;
}
.teamContainerShort {
	height: 285px;
}

.team-pic {
	width: 250px;
	height: 200px;
}
.title-text {
	margin-top: 5px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.team-name {
	font-weight: bold;
	font-size: 18px;
}
.team-title {
	font-size: 16px;
}
.team-bio {
	padding: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

.readmorePOS {
    align-self: flex-end;
    margin-right: 10px;
}
.arrowBtn {
    background-color: #01933f;

    border: none;
    clip-path: polygon(0% 0%, 0% 100%, 90% 100%, 100% 50%, 90% 0%);
    //width: 80px;
        
    font-size: 11px;
    text-align: center;
    
    padding: 5px 10px;
}
.arrowBtn a {
    color: #FFFFFF;
}
.LarrowBtn {
    width: 100px;
    clip-path: polygon(10% 0%, 0% 50%, 10% 100%, 100% 100%, 100% 0%);
}

