.team-member-info h3 {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}

.team-member-card img {
  max-width: 150px;
}

.team-member__name {
  margin-bottom: 0.5em;
}

.team-member__role {
  font-weight: 400;
  font-style: italic;
  color: #292928;
}

@media (min-width: 768px) and (max-width:900px) {
  .md\:w-1\/4.team-member-card-container {
    width:50%;
  }