.sr-cards-team-02 .team-meta {
  margin-top: 1.85rem;
}

.sr-cards-team-02 .team-member-name {

  margin-bottom: 0.25rem;
  color: #0F0526;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.sr-cards-team-02 .team-member.team-member-link a {
  color: inherit;
}

.sr-cards-team-02 .team-member-link {
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.0);
}

.sr-cards-team-02 .team-member-link:hover {
  box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.sr-cards-team-02 .team-member {
  background-color: #fff;
  text-align: center;
  width: 100%;
  border: 1px solid;
  border-color: #e5e7ea;
  margin: 8% 0;
}

.sr-cards-team-02 .team-member .team-member-inner {
  padding: 2.33rem
}

.sr-cards-team-02 .team-member img {
  border-radius: 50%;
  max-height: 96px;
}

.sr-cards-team-02 .team-member-additional {
  color: #828181!important;
  text-align: center;
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 2rem;
}

.sr-cards-team-02 .team-member-additional p a {
  text-decoration: none;
  border: none;
}
@media only screen and (max-width: 550px) {
  .sr-cards-team-02 .team-member {
    width: 100%!important;
  }
  
  .sr-cards-team-02 .heading{
    text-align: center;
  }
}

@media only screen and (min-width : 767px) {
  /*.sr-cards-team-02 .team-member:nth-child(1), .sr-cards-team-02 .team-member:nth-child(2) {
    margin-top: 0;*/
  }

  .sr-cards-team-02 .team-member-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sr-cards-team-02 .team-member {
    width: 32%;
    margin: 1% 0;
  }
}

@media only screen and (max-width : 991px) {
  .sr-cards-team-02 .team-member-wrapper {
    margin-top: 4rem;
  }
}

.sr-cards-team-02 ul.social {
  margin: 0;
  padding: 0;
}

.sr-cards-team-02 ul.social li {
  display: inline-block;
  font-size: 1.2rem;
}

.sr-cards-team-02 ul.social li i {
  border-radius: 50%;
  padding: .2rem;
  margin: .25rem .35rem;
  color: #fff;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2rem;
  display: inline-block;
}

.sr-cards-team-02 ul.social li i svg,
.sr-cards-team-02 ul.social li i svg g {
  fill: inherit;
}

.sr-cards-team-02 ul.social li a {
  padding: 0 0.1rem;
}