.position{
    margin: 40px 0 15px;
    border-radius: 6px;
    padding: 5px 20px;
    color: #ED7C40;
    font-size: 17px;
    font-weight: normal;
    display: block;
    text-decoration: none;
}
.teacher{
padding:0 26px;
display: flex;
    flex-wrap: wrap;
    gap: 16px
}
.tearch-item:hover{
    img{
 transform: scale(1.08);
}
}
.teacher-name{
    display: inline-block;
  
    display: flex;
    flex-direction: column;
    align-items: center;
   

&: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;
}
.teacher-name a{
     font-size:16px
}
        a:hover{
color: #ED7C40;
    }
}