.about-section {
  padding: 50px 0;
}

.about-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--font-color);
}

.about-section .section-text {
  font-size: 20px;
  color: var(--font-color);
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}

.about-section .logo-img {
  max-width: 400px;
  height: auto;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .about-section h2 {
    font-size: 28px;
  }

  .about-section .section-text {
    font-size: 16px;
  }

  .about-section .logo-img {
    max-width: 80%;
  }
}

.advisory-committee-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}
.advisory-committee-section .section-text {
  font-size: 20px;
  color: var(--font-color);
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
}
.advisory-committee-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--font-color);
  margin-bottom: 20px;
}

.advisory-committee-section p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 40px;
}

.advisory-committee-section .img-fluid {
  max-width: 200px;
  height: auto;
}

.advisory-committee-section .rounded-circle {
  border: 5px solid var(--font-color); /* Border around the image */
  padding: 5px;
}

.advisory-committee-section h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color);
  margin-top: 10px;
}

.advisory-committee-section p {
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .advisory-committee-section h2 {
    font-size: 28px;
  }

  .advisory-committee-section p {
    font-size: 16px;
  }

  .advisory-committee-section .img-fluid {
    max-width: 150px;
  }

  .advisory-committee-section h5 {
    font-size: 16px;
  }

  .advisory-committee-section p {
    font-size: 12px;
  }
}


.steering-committee-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.steering-committee-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.steering-committee-section .member-names {
  font-size: 20px;
  color: var(--font-color);
  margin-bottom: 40px;
}

.steering-committee-section .member-names span {
  margin-right: 20px;
}

.steering-committee-section .btn.past-programme-btn {
  display: inline-block;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--font-color);
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}

.steering-committee-section .btn.past-programme-btn:hover {
  background-color: var(--font-color);
}

@media (max-width: 768px) {
  .steering-committee-section h2 {
    font-size: 28px;
  }

  .steering-committee-section .member-names {
    font-size: 18px;
  }

  .steering-committee-section .member-names span {
    display: block;
    margin-bottom: 10px;
  }

  .steering-committee-section .btn.past-programme-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
