.teacher-title{
    margin-bottom: 30px;
}
.teacher-text-wrap{
    height: 100%;
    margin: 0 auto;
    max-width: 1220px;
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 55%;
}
.teacher-text-component,.teacher-text-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.teacher-text-bg-grey{
    background-color: #f5f5f7;
}
.teacher-text-bg-grey02{
    background-color: #CADBD4;
}
.teacher-text-bg-grey03{
    background-color: #D6E3EA;
}

.teacher-text-bg-grey04{
    background-color: #FFFFFF;
}
@media (max-width: 1220px){
.teacher-text-wrap{
    max-width: 728px;
    width: 100%;
}}
@media (max-width: 767px){
    .teacher-text-wrap{
        max-width: auto;
        width: 100%;
    }
    .teacher-text-component{
        padding:0 16px;
    }}