.doctor{
    max-width: 100%;
    overflow: hidden;
}
.doctor__list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
}
.doctor__item{
    max-width: 413px;
    width: 413px;
    padding: 2px;
}
.doctor__item__inner{
    border-radius: 10px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px;
    height: 100%;
}
.doctor__item__img{
    display: block;
    width: 100%;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px;
    margin-bottom: 10px;
}
.doctor__item__img img{
    max-width:100%;
}
.doctor__item__name{
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    min-height: 60px;
    color: #000;
}
.doctor__item__content{
    margin-top: 10px;
    font-size: 18px;
    line-height: 167%;
    color: #000;
}
