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

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

.member1-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);
}

.teamImg1 {
  background-size:cover;
}

.team-member-name1 h3 {
    margin: 15px 0 5px;
    font-size: 18px;
}

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

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

.team-member-designation1 p {
    font-size: 16px;
    line-height: 1.3em;
}

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

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

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