
.memberName {
font-weight: bold;
color: #ce2337;
font-size: larger;
}
.memberPosition {
font-weight: bold;
}

.memberText {
width: 90%;
transition: all .25s ease-in;
padding: 4% 5% 2% 5%;
margin: auto;
text-align: center;
border-bottom: 1px #eaeaea solid;
border-radius: 5px;
}

.memberText:hover {
border-bottom: 1px #ce2337 solid;
border-radius: 5px;
}


.memberWrapper {
width: calc(100% / 3);
margin-top: 30px;
}

.memberImage {
width: 90%;
padding: 5%;
margin: auto;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}

.infoText {
width: 100%;
transition: all .25s ease-in;
padding: 4% 5% 2% 5%;
margin: auto;
text-align: center;
border-bottom: 1px #eaeaea solid;
border-radius: 5px;
}
.infoText:hover {
border-bottom: 1px #ce2337 solid;
border-radius: 5px;
}
