.teacher-detail {
    color: #333;
    font-size: .0938rem;
    line-height: .1771rem;
}

.teacher-detail-profile {
    display: grid;
    grid-template-columns: 3.5625rem 1fr;
    gap: .2083rem;
    align-items: start;
    padding-bottom: .2083rem;
    border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.teacher-detail-photo {
    width: 3.5625rem;
    height: 2.0052rem;
    display: block;
    object-fit: contain;
}

.teacher-detail-title {
    display: flex;
    align-items: flex-end;
    gap: .0625rem;
    margin-bottom: .1302rem;
}

.teacher-detail-title h1 {
    min-width:max-content;
    margin: 0;
    font-size: .1667rem;
    line-height: .1771rem;
    font-weight: 400;
    color: #333;
}

.teacher-detail-title span {
    font-size: .0938rem;
    line-height: .1042rem;
    color: #333;
}
.teacher-detail-summary{
     height: 2.0052rem;
     padding-top: .2344rem;
     display: flex;
    flex-direction: column;
}
.teacher-detail-summary p {
    margin: 0;
    font-size: .0938rem;
}

.teacher-detail-contact {
}

.teacher-detail-contact a {
    color: #a3262b;
    text-decoration: underline !important;
}

.teacher-detail-section {
    padding-top: .1667rem;
}

.teacher-detail-section h2 {
    margin: 0 0 .0625rem;
    font-size: .0938rem;
    line-height: .1458rem;
    font-weight: 700;
    color: #222;
}

.teacher-detail-section p {
    margin: 0 0 .0521rem;
background:none !important;
}

.teacher-detail-section ol {
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
}

.teacher-detail-section li {
    margin-bottom: .0521rem;
}
.teacher-detail-section strong{
   display:block;
    margin: 0 0 .0781rem 0 !important;
    font-size: .0938rem !important;
    line-height: .1458rem !important;
    font-weight: 700 !important;
    color: #333 !important;
}
  .teacher-detail-section strong span{
   display:block;
    font-size: .0938rem !important;

}
.teacher-detail-section span{
    color: #333 !important;
    font-size: .0938rem !important;
    line-height: .1771rem !important;
    margin: 0 0 .0521rem 0;
background:none !important;
}
.teacher-detail-section p{
    margin:  0 0 .0521rem 0 !important;
}