.teacher__box__wrapper {
  padding: 0.5rem 1rem 2rem 2rem;
  
}
.teacher__box__image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.teacher__image--text {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items:center ;
    font-size: 1.7rem;
    font-weight: bold;
}
.teacher__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.teacher__box__title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 5.1rem;
    border:0.5px solid #ababab ;
    font-size: 1.5rem;

}

.teacher__title{
    font-size: 1.7rem;
    font-weight: bold;

}

.border{
    border: 1px solid #8DC505;
    margin-top: 0.5rem;
}

.teacher__marginTop{
    margin-top: 1.5rem;
}
.teacher__title__between{
    margin: 0.5rem 0;
}
.teacher__box__discription{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
    border-radius: 1rem;
    border:0.5px solid #ababab ;
    font-size: 1.5rem;

}

@media (max-width: 760px) {
    .teacher__box__image img {
        width: 155px;
    }
}
