body{
  font-family: 'Segoe UI', sans-serif;
}
a {
      text-decoration: none;
    }
/* Header */
.about-header{
  background: linear-gradient(135deg, #cadfd7, #ffffff);
  color:#1d2b25;
  padding:70px 10px;
}

/* Doctor Image */
.doctor-img{
  width:100%;
  max-width:320px;
  border-radius:50px;
  box-shadow:0 5px 20px rgba(0,0,0,0.2);
}

/* Experience Section */
.experience-section{
  background:#f8f9fa;
  padding:50px 0;
}

.experience-section h2{
  color:#167ac6;
  font-size:40px;
  font-weight:bold;
}

.doctor-title{
  color:#167ac6;
  font-weight:500;
}
.doctor-list i{
  color:#167ac6;
  margin-right:8px;
}
