.breadcrumbs-wrapper {
  max-width: var(--page-width);
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb span {
  text-decoration: none;
  color: #a29c9c;
}

.breadcrumb a {
  color: #000;
}
