.team {

}
.team-member {

}
.team-member-card {
  width: 100%;
}
.team-member-card-image {
  position: relative;
  display: table;
  width: 100%;
  padding-bottom: 105%;
  height: 0;
  overflow: hidden;
  max-width: 100%;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.team-member-card-meta {
  width: 100%;
  display: table;
  text-align: center;
  padding: 15px 15px;
  background-color: #d1cebd;
  min-height: 170px;
}
.team-member-card-meta h2 {
  line-height: 1;
  font-size: 24px;
  color: #246790;
  margin: 0 0 5px 0;
}
.team-member-card-meta p {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 20px 0 !important;
}
.team-member-card-meta a {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #353c41;
}
.team-member-card-meta a:hover {
  color: #246790;
}
.team-member-modal {
  max-width: 1200px !important;
}
.team-member-modal h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .team-member-modal-inner {
    display: flex;
  }
  .team-member-modal-inner-left {
    width: 33%;
  }
  .team-member-modal-inner-right {
    width: 67%;
    padding-left: 30px;
  }
}
.team-member-modal-inner-right p {

}
/* .team-member-modal-inner-right a {
  font-size: 1.5rem;
} */