.member-img {
  padding: .15rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: 120px;
  object-fit: cover;
  box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
  margin-bottom:1rem;
  border-radius:50%;
  width: 100px;
}
.text-box {
  text-align: left;
}
.row{
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-right:-15px;
  margin-left:-15px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.container{
  width: clamp(10px, 70%, 800px);
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  font-weight: lighter;
  transform: perserve-3d;
}

.no-newline {
  margin-bottom:0!important;
  font-size:80%;
}
/* .col-sm-6,.col-xl-3,.col-lg-5{
  position:relative;
  width:40%;
  padding-right:15px;
  padding-left:15px
} */
.team_member {
  position:relative;
  width:30%;
  padding-right:10px;
  padding-left:10px;
  margin-bottom:1rem;
}
.member-cardfile {
  background-color:#fff;
  height: 230px;
  border-radius:.25rem;
  /* box-shadow:0 .125rem .25rem rgba(0,0,0,.075); */
  padding-right:1.5rem;
  padding-left:1.5rem;
  padding-top:2rem;
  padding-bottom:3rem;
}
.role {
  font-size:55%;
  font-weight:400;
  color:#6c757d;
  text-transform:uppercase;
}

.social-list {
  padding-left: 0;
  list-style:none;
  margin-bottom: 0;
  margin-top:1rem;
}
.social-list-item {
  display: inline-block;
}
.social-list-item:not(:last-child) {
  margin-right:.4rem;
}
.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
    /* underline: none; */
    text-decoration: none;
}
.social-link a{
    color: #23AAAA;
}
/* .team_member:hover .overlay {
  opacity: 0.6;
}
.team_member:hover {
  opacity: 1;
} */
.team_member {
  bottom: -35px;
  right: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team_member .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team_member:hover {
  background-color: #fff;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          /* -webkit-box-shadow: 0 0 5px rgba(#000);
                  box-shadow: 0 0 5px rgba(#000); */
}


@media(max-width: 769px) {
    /* .our-team{ margin-bottom: 30px; } */
    .container {
      width: 90%
    }
    .team_member {
      width: 33%;
      padding-right:2px;
      padding-left:2px;
    }
    .social-list-item:not(:last-child) {
      margin-right:0;
    }
    .social-list {
      margin-left: -18px;
      margin-right: -18px;
      /* background-color: #23AAAA; */
      bottom: 0;
    }

    .row {
      /* all:revert; */
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      /* width: 100% */
    }

    .member-img {
      height: 100px;
      width: 100px;
    }
    .member-cardfile {
      padding-top:1rem;
      position: relative;
    }
    .container_social {
      position:absolute;
      bottom:0.5em;
      left: 50%;
      width: 65%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%)
    }
}
