.about-us-section {
  background: url("../Image/aboutusbg.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
.about-us-section .about-left h2,
.about-us-section .about-left p {
  margin: 0;
  font-weight: 400;
}
.about-us-section .about-left h2 {
  font-size: 2rem;
  font-weight: 700;
}
.about-us-section .about-left h2 .highlight {
  color: #00a9e0;
}
.about-us-section .about-left p {
  font-size: 1.25rem;
}
.about-us-section .about-right p {
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 768px) {
  .about-us-section .about-left h2 {
    font-size: 1.5rem;
  }
  .about-us-section .about-left p {
    font-size: 1rem;
  }
  .about-us-section .about-right p {
    font-size: 0.95rem;
  }
}

.about-purpose-section {
  background-color: #fff;
  color: #000;
}
.about-purpose-section p {
  font-size: 1rem;
  line-height: 1.7;
}
.about-purpose-section .highlight-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.about-purpose-section .highlight-heading span {
  font-weight: 700;
}
@media (max-width: 576px) {
  .about-purpose-section p {
    font-size: 0.95rem;
  }
  .about-purpose-section .highlight-heading {
    font-size: 1.1rem;
  }
}

.approach-section {
  background-color: #000;
  padding: 60px 0;
}
.approach-section .approach-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.approach-section .approach-heading .highlight {
  color: #00a9e0;
}
.approach-section .approach-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #f1f1f1;
}
.approach-section img {
  border-radius: 8px;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .approach-section .approach-heading {
    font-size: 1.5rem;
    text-align: center;
  }
  .approach-section .approach-description {
    font-size: 0.95rem;
    text-align: justify;
  }
}

.process-section {
  background-color: #fff;
  color: #000;
}
.process-section .process-heading {
  font-size: 1.8rem;
  font-weight: 700;
}
.process-section .process-heading .highlight {
  color: #00a9e0;
}
.process-section .process-image-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.process-section .custom-list {
  padding-left: 1rem;
}
.process-section .custom-list li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.process-section h6 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
@media (max-width: 576px) {
  .process-section .process-heading {
    font-size: 1.4rem;
  }
  .process-section .process-image-wrapper {
    max-width: 100%;
  }
  .process-section .custom-list li {
    font-size: 0.9rem;
  }
}

.human-capital-section {
  background-color: #000;
  color: white;
}
.human-capital-section .mid-text {
  color: #00b0f0;
}/*# sourceMappingURL=abotus.css.map */