.about-intro {
    max-width: 800px;
    margin: 0 auto;
}
.about-intro .pic {
    float: left;
}
.about-intro .txt {
    margin-left: 375px;
}
.about-intro .title {
    color: #6a9a97;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
}

.about-team {
    margin: 0 -10px;
}
.about-team .item {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.about-team .item:nth-child(2n+1) {
    clear: left;
}
.about-team .doctor-box {
    /*background: #DCECFA;*/
    max-width: 625px;
    margin: 0 auto 30px;
}
.about-team .doctor-box .table {
    border-spacing: 6px;
    border-collapse: separate;
}
.about-team .doctor-box .pic {
    width: 260px;
}
.about-team .doctor-box .title {
    display: inline-block;
    width: 118px;
    height: 118px;
    background: #6a9a97;
    color: #f7f8f8;
    font-size: 21px;
    text-align: center;
    padding-top: 28px;
    line-height: 1.5;
    -webkit-border-radius: 120px;
            border-radius: 120px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.about-team .doctor-box .title small {
    color: #fff;
    font-size: 18px;
}
.about-team .doctor-box .txt {
    max-height: 310px;
    overflow-y: auto;
}

@media screen and (max-width: 1320px) {
    .about-team .item {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .about-intro .pic {
        float: none;
        margin-bottom: 30px;
    }
    .about-intro .txt {
        margin-left: 0;
        text-align: center;
    }
}
@media screen and (max-width: 660px) {
    .about-team .doctor-box .table {
        border-spacing: 0;
        border-collapse: collapse;
    }
    .about-team .doctor-box .table tr,
    .about-team .doctor-box .table td {
        display: block;
        text-align: center;
    }
    .about-team .doctor-box .table td {
        margin: 10px;
    }
    .about-team .doctor-box .pic {
        max-width: 260px;
        width: auto;
        margin: 0 auto;
    }
    .about-team .doctor-box .txt {
        padding-bottom: 15px;
    }
}