#our-team {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Ensures full viewport height */
  padding: 50px 0;
}

.row {
  display: flex;
  justify-content: center;
  gap: 20px; /* Adjust spacing between items */
}

.team-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.team-info {
  margin-top: 15px;
}
