.about-section {
  padding: 80px 15px;
  background-color: #f4f8ff;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.about-text {
  flex: 1;
  min-width: 280px;
}

.about-text h2 {
  font-size: 36px;
  color: #001133;
  margin-bottom: 20px;
}

.about-text h2 span {
  color: #ff3d00;
}

.about-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.about-text .btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ff3d00;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.about-text .btn:hover {
  background-color: #e63000;
}

.about-image {
  flex: 1;
  min-width: 280px;
}

.about-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
}.leadership-section {
  padding: 80px 15px;
  background-color: #fff;
}

.leadership-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.leader-image {
  flex: 1;
  min-width: 280px;
}

.leader-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.leader-info {
  flex: 1;
  min-width: 280px;
}

.leader-info h2 {
  font-size: 32px;
  color: #001133;
  margin-bottom: 20px;
}

.leader-info h2 span {
  color: #ff3d00;
}

.leader-info p {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.7;
}

.leader-info ul {
  list-style: none;
  padding: 0;
}

.leader-info ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
