/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.team-member-card__inner {
  border-radius: 0.5rem;
  padding-bottom: clamp(1.25rem, 0.9509345794rem + 0.6230529595vw, 1.5rem);
  background: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 100px 80px rgba(0, 0, 0, 0.03), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0215656), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0178832), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.015), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0121168), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.00843437);
  height: 100%;
  width: 100%;
}
.team-member-card__inner::before {
  content: "";
  background-color: #cf3339;
  height: 0.125rem;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-member-card__image {
  height: 0;
  padding-bottom: 90.7%;
  position: relative;
  overflow: hidden;
}
.team-member-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.team-member-card__title, .team-member-card__job-title {
  padding: 0 clamp(1.25rem, 0.9509345794rem + 0.6230529595vw, 1.5rem);
}
.team-member-card__title a, .team-member-card__job-title a {
  color: #737373;
  text-decoration: none !important;
}
.team-member-card__title a:focus, .team-member-card__title a:hover, .team-member-card__job-title a:focus, .team-member-card__job-title a:hover {
  color: #cf3339;
}
.team-member-card__title {
  margin-top: 1.5rem !important;
  margin-bottom: clamp(0.25rem, -0.0490654206rem + 0.6230529595vw, 0.5rem);
}
.team-member-card__title a {
  color: #030a30;
}