@media (min-width: 991px) {
  .team_words{
    padding-right: 20px
  }
  .add_padding {
    padding-left: 20px;
  }
}

h2.team-liner{
  margin-bottom: 10px;
}

.team_words{
  padding-bottom: 40px;
  text-align: justify;
}

.team_type {
  max-width: 780px;
}

.team_members{
  margin-top: 40px;
}
.team-type-main .team_members .row{
  max-width: 980px;
  margin: 0 auto;
}
.team-type-main h1{
  padding-bottom: 10px;
}

.team-type-main .team_members{
  margin-top: 10px;
}

.team_member div.team_social{
  display: none;
}

.team_member {
  /*border: solid 1px #e3e3e3;*/
  background: none;
  padding: 3px;
  /*box-shadow: 0 19px 16px 0 rgba(24,24,40,0.1);*/
}
@media (min-width: 991px) {
  .team_member {
    min-height: 440px;
  }
}

.team_member h5{
  margin-top: 20px;
  margin-bottom: 10px;
}

.team_member figure {
  border-radius: 0;
}

.team_member .name,
.team_member .title{
  color: #444;
}
.section_header.team-header {
  padding: 7px 0 36px;
  font-size: 28px;
}


.team_type a img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
