.leadership-header {
  background-color: #f1f1f1;
  border-left: 5px solid #5d4f8d;
  padding: 10px;
  margin-bottom: 20px;
}

.team-member {
  margin-bottom: 20px;
  padding: 15px;
  /* border-radius: 5px; */
  background-color: #fff;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.profile-img {
  width: 100%;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #5d4f8d;
}

.badge-certified {
  background-color: #5d4f8d;
  color: black;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
}

.team-info h4 {
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}

.team-info .position {
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
}

.sidebar {
  background-color: #ced0e9;
  color: white;
  height: 100%;
}

.sidebar h3 {
  /* border-bottom: 1px solid white; */
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sidebar-section {
  margin-bottom: 30px;
}

.btn-learn-more {
  background-color: #69688d;
  color: white;
  border: 1px solid #69688d;
  border-radius: 20px;
  padding: 5px 40px;
  transition: all 0.3s;
}



.about-title{
    font-weight: 900 !important;
    font-size: 18px ;
}

.sidebar-heading{
    height: 120px;
    width: 100%;
    background-color: #69688d !important;
}

.sidebar-content{
    background-color: #ced0e9;
    color: black !important;
}