@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 575px) {
    #teachers_corner .owl-nav {
        display: block;
    }

    #teacher_details .image > img {
        max-width: 200px;
        max-height: 210px;
    }

    .profile-section .image-column .team-content h3 {
        font-size: 15px;
        line-height: 1;
    }

    #teacher_details .team-content h3 {
        margin: 15px 0 8px 0;
    }

    .profile-section .image-column .team-content .text, p, .table tr td {
        font-size: 12px;
        margin-bottom: 0;
    }
}
