.breadcrumbs-wrapper ul:empty {
  display: none;
}

.team-member-section {
  margin: 30px -15px;
  font-size: 0;
}

.team-member-section .col {
  display: inline-block;
  margin: 0 0 20px;
  font-family: 'Open Sans', Helvetca, Arial, sans-serif;
  font-size: 13px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  padding: 0 15px;
}

.team-member-section .col2 {
  width: 50%;
}

.team-member-section .col2 img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

.team-member-section .col2 p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
}

.team-member-section .col2  h2 {
  margin: 0 0 18px 0;
  line-height: 36px;
  padding-top: 10px;
  letter-spacing: -0.01em;
  font-size: 20px;
  text-align: center;
}

.team-member-section .col2 h6 {
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 12px 0;
  color:#000;
}

.team-member-section a.btn {
  font: 14px 'Open Sans', Helvetca, Arial, sans-serif;
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  padding: 0 21px;
  box-shadow: 0 2px 0 0 rgb(0 0 0 / 8%);
  text-transform: uppercase;
  color: #fff;
  background: #476cb1;
  display: inline-block;
  border-radius: 2px;
  margin-right: 7px;
  transition: all 0.15s ease-out 0s;
}

.team-member-section a.btn:hover {
  background: #476cb1;
  color: #fff;
  text-decoration: none;
}

.team-member-section .col2  h6 {
  font-size: 18px;
  text-align: center;
}

.team-member-section .col2 p:last-child {
  text-align: center;
}

.team-member-section .col2 p:last-child {
  margin-bottom: 0;
}

.team-member-section .col2 h6 a {
  color: #476cb1;
}

@media(max-width:940px){
  .team-member-section {
    margin: 30px -10px;
  }

  .team-member-section .col2 {
    padding: 0 10px;
  }

}


@media(max-width:600px){
  .team-member-section .col2 {
    width: 100%;
  }
}