.page-pathing .component {
  color: #003652;
}
.page-pathing .component.darkblue-background,
.page-pathing .component.darkteal-background {
  color: #ffffff;
}
.page-pathing .component__background.white-background {
  background-color: #ffffff;
}
.page-pathing .component__background.lightblue-background {
  background-color: #effbff;
}
.page-pathing .component__background.darkblue-background {
  background-color: #003652;
}
.page-pathing .component__background.darkteal-background {
  background-color: #01444c;
}
.page-pathing .component__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .page-pathing .component__list {
    margin-top: 24px;
  }
}
