.teachers-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-top: 3rem;
}

.teachers-wrapper img,
.teachers-wrapper p,
.teachers-wrapper h3 {
  margin: 0;
}

.teachers-wrapper img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.teacher-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  max-width: 260px;
  text-align: center;
  justify-content: space-between;
}
