.introduce{
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.introduce p {
    font-size: 20px;
}


#testimonails p {
    font-size: 18px; 
    line-height: 1.5; 
}

html {
    scroll-behavior: smooth;
}

.line{
    border: none;
    border-top: 1px solid #0505054f;  /* 可改顏色 */
    margin: 10px 0;
}

.Director-card {
background-color: #faebd7;
border: 1px solid #e2c9a7;
border-radius: 8px;
padding: 20px;
max-width: 1140px;
margin: 0 auto 40px auto;
}

.teacher-card{
    border: 1px solid #0000002a;
    border-radius: 8px;
    padding: 20px;
    max-width: 1140px;
    margin: 0 auto 40px auto;
}

.teacher-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.teacher-photo {
    width: 250px;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher-photo img {
max-width: 100%;
height: auto;
border-radius: 5px;
}

.teacher-info {
flex: 2 1 500px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 20px;
}

.teacher-section {
flex: 1 1 45%;
}

.teacher-section h3 {
margin-top: 0;
font-weight: bold;
}

.teacher-section p {
margin: 4px 0;
}
.teacher-section small{
    color: black;
}

#top-header container{
    text-align: left;
}

.bottom-footer {
    text-align: center;
}

.main-footer .row {
    display: flex;
    justify-content: center;
}

.centered-footer {
    text-align: center;
}

.heading-content{
    padding-top: 20px;
}
.title-role {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.title-name {
    font-size: 16px;
    font-weight: normal;
}