.doctor-card__img a {
    width: 100%;
}
.doctor-card__img figure {
    width: inherit;
    height: 327px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 990px) {
    .doctor-card__img figure {
        height: 219px;
    }
}