.about-banner {
  background: linear-gradient(90deg,#fff 65%,#ffe6f6 100%);
  text-align: center;
  padding: 2.2rem 0 1.3rem 0;
  border-radius: 0 0 44px 44px;
  margin-bottom: 2rem;
}
.about-banner-title {
  font-size: 2.4em;
  font-weight: 900;
  color: #E70098;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.about-banner-desc {
  font-size: 1.15em;
  color: #222;
  font-weight: 600;
}

.doctor-row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 2.2rem auto;
  gap: 2.6rem;
  position: relative;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 32px #e7009832;
  padding: 2.4rem 2rem;
}
.doctor-row-1 { flex-direction: row; }
.doctor-row-2 { flex-direction: row-reverse; }

.doctor-photo-col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width:160px;
}
.doctor-photo {
  width: 300px;
  height: 300px;
  object-fit: cover;
  
  border: 5px solid #E70098;
  box-shadow: 0 4px 16px #E7009859;
}

.doctor-info-col {
  flex: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: left;
  
}
.doctor-name {
  color: #E70098;
  font-size: 1.35em;
  font-weight: 800;
  margin-bottom: 0.3em;
  letter-spacing: 0.5px;
}
.doctor-title {
  font-size: 1.06em;
  color: #222;
  font-weight: 700;
  margin-bottom: 0.4em;
}

.doctor-info-col p {
  color: #202025;
  font-size: 1.08em;
  font-weight: 500;
  margin-bottom: 0;
}

/* Animation: fade and zoom via Animate.css (optional) */

/* Responsive */
@media (max-width: 850px) {
  .doctor-row { flex-direction: column !important; text-align:center; gap:1.5rem; }
  .doctor-photo { margin-bottom: 12px; }
  .doctor-info-col { padding:0; }
}


.doctor-headline {
  font-size: 1.3rem;
  font-weight: 700;
  color: #E70098;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.doctor-subheading {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 0.9rem;
}

.doctor-body {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.9rem;
}

.doctor-small-title {
  font-size: 1.02rem;
  font-weight: 700;
  color: #e70098;
  margin-top: 0.4rem;
  margin-bottom: 0.25rem;
}

.doctor-list {
  padding-left: 1.1rem;
  margin-bottom: 0.7rem;
  font-size: 0.95rem;
}

.doctor-list li {
  margin-bottom: 0.25rem;
}

.doctor-contact {
  margin-top: 0.3rem;
  font-size: 0.95rem;
  color: #333;
}

.doctor-contact i {
  color: #e70098;
  margin-right: 6px;
}
