.position {
  margin: 40px 0 15px;
  border-radius: 6px;
  padding: 5px 20px;
  color: #232b88;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-decoration: none;
}
.teacher {
  padding: 0 26px;
  display: flex;
  flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 40px;
}
}
.tearch-item:hover {
  img {
    transform: scale(1.08);
  }
}
.teacher-name {
    text-align-last: justify;

  &:hover {
    color: #ed7c40;
  }
}
.teacher-name img {
  transition: all 0.5s linear;
}

.teacher-name .tearch-img {
  width: 166px !important;
  height: 200px;
  object-fit: cover;
  object-position: top;
  background: #6d7075;
}
a {
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #ed7c40;
}