.about-us-page .banner-section p {
  color: var(--text-color);
}
.about-us-page .services .content-wrapper {
  box-shadow: 0 0 15px rgba(10, 58, 130, 0.12);
}
.about-us-page .services .content-wrapper .box {
  background: rgb(242, 248, 255);
}
.about-us-page .services .content-wrapper .box .text-box h3 {
  color: var(--blue-color);
}
.about-us-page .services .content-wrapper .box .text-box p {
  color: var(--text-color);
}
.about-us-page .services .content-wrapper .our-value svg {
  color: var(--success);
}
.about-us-page .our-accreditation .content-wrapper .box {
  box-shadow: 0 0 15px rgba(10, 58, 130, 0.16);
}
.about-us-page .our-accreditation .content-wrapper .box a {
  color: var(--blue-color);
}/*# sourceMappingURL=about-us.css.map */