.instructor-card {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.instructor-card .rbt-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.instructor-card .rbt-card-text {
    min-height: 72px;
    max-height: 72px;
    overflow: hidden;
}

.instructor-card .rbt-card-bottom {
    margin-top: auto;
}

.tutor-img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}