.title{
    margin-bottom: 40px;
}
.teacher_list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.img-text-boxx{
    width: 3.3rem;

}
.img-text-boxx img{
    width: 100%;
    height: 3.8rem;
    margin-bottom: 15px;
}
.img-text-boxx .teacher-name{
    font-weight: 700;
    font-size: .32rem;
}
.teacher-name{
    text-align: center;
    margin-bottom: 10px;
}
.years{
    font-weight: 500;
    font-size: .24rem;
}
.motto{
    font-weight: 500;
    font-size: .24rem;
    margin-bottom: 20px;
}