body {
  background: var(--light-color) !important;
}

.aboutus-section .hero-section {
  background: var(--primary-color);
}
.aboutus-section .hero-section .heading-style {
  color: var(--light-color);
  text-shadow: 4px 1px 0 #f8e71c, 2px 2px 0 #f8e71c;
}
.aboutus-section .hero-section .outline-text {
  position: relative;
  color: var(--primary-color);
  -webkit-text-stroke: 1px #ffffff;
  text-shadow: none;
  white-space: nowrap;
  z-index: 1;
}
.aboutus-section .hero-section .outline-text:after {
  content: attr(data-text);
  width: 100%;
  height: 100%;
  -webkit-text-stroke: 1px #f8e71c;
  position: absolute;
  left: 3px;
  top: -3px;
  z-index: -1;
}
.aboutus-section .our-principles {
  font-family: "TWKEverett", sans-serif;
}
.aboutus-section .our-principles .content-wrapper .box {
  background: var(--dark-gray-color);
}
.aboutus-section .our-journey {
  font-family: "TWKEverett", sans-serif;
  background-color: var(--dark-gray-color);
}
.aboutus-section .our-journey .journey-boxes .box {
  background: var(--light-color);
}
.aboutus-section .our-journey .journey-boxes .box p {
  color: var(--dark-gray-color-5);
}/*# sourceMappingURL=about-us.css.map */