.doctor-block{
    margin-bottom: 100px;
}
.doctor-card{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.doctor-card + .doctor-card{
    margin-top: 64px;
}
.doctor-card__img{
    width: 198px;
    height: 198px;
}
.doctor-card__img img{
    width: 100%;
    height: auto;
}
.doctor-card__info{
    width: 490px;
    max-width: 100%;
    height: auto;
    margin-left: 24px;
}
.doctor-card__position{
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 20px;
}
.doctor-card__name{
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 8px;
}
.doctor-card__alpha{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 16px;
}
.doctor-card__clinic{
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    padding: 5px;
    background-color: #F8F8F8;
    margin-bottom: 12px;
}
.doctor-card__desc{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 12px;
}

.submenu-doctor{
    position: relative;
}
.submenu-doctor:before{
    content: url(../svg/submenu-doctor-arrow.svg);
    position: absolute;
    right: 8px;
    bottom: 10px;
}

@media screen and (max-width: 1200px){
.doctor-card{
    position: relative;
}
.doctor-card__img{
    width: 152px;
    height: 152px;
    margin-bottom: 16px;
}
.doctor-card__position{
    position: absolute;
    top: 0;
    left: 184px;
}
.doctor-card__name{
    position: absolute;
    top: 28px;
    left: 184px;
}
.doctor-card__alpha{
    position: absolute;
    top: 58px;
    left: 184px;
}
.doctor-card__clinic{
    position: absolute;
    top: 88px;
    left: 184px;
}
.doctor-card__info{
    margin-left: 0;
    width: 100%;
}
}