.famousTeacher .item {
    width: 100%;
    height: 180px;
    box-sizing: border-box;
    padding: 26px 0;
    border-bottom: 1px solid #d5d7e0;
}

.famousTeacher a {
    display: block;
    text-decoration: none;
}

.famousTeacher .item .box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 48px;
}

.famousTeacher .item .box p:nth-child(1) {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.famousTeacher .item .box p:nth-child(2) {
    font-size: 14px;
    color: #d0e1e5;
}

.famousTeacher .item .box p:nth-child(2) span {
    margin-right: 20px;
}
.famousTeacherDetails {
    padding-top: 32px !important;
    color: #333;
}

.famousTeacherDetails .title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.famousTeacherDetails .text {
    font-size: 16px;
    margin-top: 30px;
}