.teacher-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
margin-bottom: 20px;
}

.teacher-list  tbody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.teacher-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teacher-item img {
    width: 140px;
    height: 180px;
    object-fit: cover;
}

.teacher-title {
    font-size: 20px !important;
    font-weight: bold;
}