.tce-team-grid {
  grid-template-columns: 1fr;
  grid-column-gap: 0;
}

.tce-team-grid .team-wrapper {
  align-items: center;
}

.tce-team-grid .team_info-wrapper,
.tce-team-grid .team-wrapper h4,
.tce-team-grid .team-wrapper h5 {
  text-align: center;
}

.tce-team-grid .team_info-wrapper {
  align-items: center;
  column-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.25rem;
  width: 100%;
  padding-top: 0;
}

.tce-team-grid .tce-main-row {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.tce-team-grid .tce-name-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tce-team-grid .tce-name-line {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.tce-team-grid .tce-contact-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

.tce-team-grid .tce-profile-image {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  overflow: hidden;
  background: #f3f3f3;
}

.tce-team-grid .tce-profile-image__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
