.doctor{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.doctor__name{text-transform:capitalize}.doctor__image{width:75px;height:75px;background-color:#fafafa;border:.1rem solid hsla(0,0%,80.4%,.5);border-radius:.8rem;margin-right:10px;overflow:hidden}@media screen and (min-width:28em){.doctor__image{width:90px;height:90px}}.doctor__image__empty{padding:1rem 1rem 0 1rem}.doctor__image img{width:100%;height:100%}.doctor__info{font-size:1.2rem;text-transform:capitalize}.doctor__info--specialty{color:#676767}.doctor__selected{width:calc(100% - 75px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:28em){.doctor__selected{width:calc(100% - 90px)}}