.team-section .link-card-container a,
.contact-container .link-card-container a {
  text-decoration: none;
}

.teammate-card .caption-text-small,
.contact-container .caption-text-small {
  font-size: 0.875rem;
}
@media only screen and (max-width: 992px) {
  .contact-container .card,
  .teammate-card .card {
    display: block;
  }
}
