#executive-team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
    gap: 1%;
    padding: 40px 0;
}

.member-box {
 width: 31%;
    padding: 20px;
    margin: 10px 0 15px;
  border-bottom:3px solid #a0cd2f;
}

.member-box:hover {
  box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.23);
-webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.23);
}

.teamImg {
  background-size:cover;
}

.team-member-name h3 {
margin: 15px 0 5px;
}

#info-holder-biz {
min-height: 130px;
    position: relative;
}

.socialList {
    text-align: right;
    padding: 10px 5px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}


.socialItem {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
text-decoration: none;
    color: #a5a5a5;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Figtree';
    letter-spacing: 1px;
}

.sicon {
margin: 5px 10px 0;
}

@media only screen and (max-width:767px) {
 
  .member-box {
    width: 100%;
  
}
  
  