@media (max-width: 576px) {
    .teachers-section p,
    .teachers-section li {
        font-size: 1rem;
    }
    .teachers-section .row{
        flex-direction: column-reverse;
    }
    .teachers-section .rounded-custom{
        border-radius: 0;
    }
    .teachers-section .section-title{
        text-align: center;
    }

    .teachers-section .w-90 {
        width: 100%;
    }
}
