@media (max-width: 768px) {
    .top-teacher_item {
        width: 40%;
        padding: 2%;
    }
    .top-teacher_item:nth-child(2) {
        order: 2;
    }
    .top-teacher_item:nth-child(3) {
        order: 3;
    }
    .top-teacher_item:nth-child(2),
    .top-teacher_item:nth-child(3) {
        margin-left: 0;
        margin-top: 0;
    }
    .top-teacher_item:nth-child(3),
    .top-teacher_item:nth-child(4) {
        margin: 0;
        margin-top: 5%;
    }
}