/* Teachers Section */
.teachers-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.teachers-section img {
    border-radius: 0 0 100px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}



.teachers-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

.teachers-section ul {
    padding-left: 1.5rem;
}

.teachers-section li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0.8rem;
}

.teachers-section li::marker {
    color: var(--green);
}
