#teacher_content img {
    border-radius: 10px;
    transition: transform 1s;
}

#teacher_content img:hover {
    transform: scale(1.05) rotate(0.01deg);
}

#teacher_content h4 {
    letter-spacing: 2px;
    font-size: 1.35rem;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
}

#teacher_content .text-muted {
    text-align: right;
}