.faculty-card {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #f3f2f1;
  height: 100%;
  cursor: pointer;
}
.faculty-card-title {
  font: normal 700 0.75rem/1.05rem "Open Sans", -apple-system, sans-serif;
  color: #a31f34;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.faculty-card-name {
  font: normal 800 1.25rem/1.5rem "Futura LT Pro", -apple-system, sans-serif;
  color: #222930;
  letter-spacing: 0.4px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 8px;
}
.faculty-card-focus {
  font: normal 400 1rem/1.4rem "Open Sans", -apple-system, sans-serif;
  overflow: hidden;
  color: #545759;
  letter-spacing: -0.24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.faculty-card-school {
  font: normal 700 0.75rem/1.05rem "Open Sans", -apple-system, sans-serif;
  color: #686b6d;
  letter-spacing: 0.06px;
  text-transform: uppercase;
}
