.teacher-card .photo {
  background: #eef5ff url('../images/teacher-bg.png') center/cover no-repeat;
}

.teacher-card .photo img {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  display: block;
  width: auto;
  height: 1.88rem;
  margin: 0;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
}
