.services-page .service-title .doctor-name {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  margin-bottom: 0;
  color: #22201e;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.services-page .service-title .doctor-name::before {
  content: '⚕';
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #f47528;
  border-radius: 50%;
  color: #f47528;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.services-page .service-title .doctor-name small {
  display: inline-block;
  margin-top: 3px;
  color: #706b65;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .015em;
}

.services-page .service-title .doctor-name--with-photo::before { display: none; }
.services-page .service-title .doctor-name--with-photo { gap: 12px; }
.services-page .service-title .doctor-name--with-photo img { width: 58px; height: 58px; flex: 0 0 58px; border: 2px solid rgba(244, 117, 40, .3); border-radius: 50%; object-fit: cover; object-position: center; }
.services-page .service-title .doctor-name--with-photo img[alt*="Laura"] { object-position: center 28%; }
.services-page .service-title .doctor-name--with-photo img[alt*="Evelyn"] { object-position: center 35%; }

.services-page .service-title .doctor-name + p {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 34px;
  color: #4a4540;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

/* Las descripciones de las fichas con foto se alinean con el nombre y el nº de colegiada. */
.services-page .service-title .doctor-name--with-photo + p { padding-left: 70px; }

@media (max-width: 560px) { .services-page .service-title .doctor-name { font-size: 14px; }.services-page .service-title .doctor-name + p { font-size: 13px; }.services-page .service-title .doctor-name--with-photo img { width: 52px; height: 52px; flex-basis: 52px; }.services-page .service-title .doctor-name--with-photo + p { padding-left: 64px; } }
