.specialist-card_about:nth-of-type(10) {
    width: 25%;
    height: 670px
}
.specialist-card_about:nth-of-type(10) .specialist-card__photo {
    width: 100%;
        height: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.specialist-card_about:nth-of-type(10) .specialist-card__data {
    height: 50%;
}
.specialist-card:nth-of-type(10) .specialist-card__link{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
