.doctor-block {
  margin-bottom: 15px;
}

.doctor-block:last-child {
  margin-bottom: 0;
}

.doctor-link {
  text-decoration: none;
  color: #434343;
  transition: 0.3s;
}

.doctor-link:hover {
  color: #e767a2;
}

.doctor {
  display: flex;
  align-items: center;
}

.doctor-img {
  display: block;
  width: 70px;
  min-width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  margin-right: 10px;

}

.doctor-desc {
  font-size: 14px;
}

.doctor-name,
.doctor-job-title {
  display: block;
}

.doctor-name {
  font-weight: bold;
}

.doctor-job-title {

}