.breadcrumb {
  margin-top: 6.6rem;
}

.breadcrumb a,
.breadcrumb span {
  font-family: var(--font-century-gothic);
  font-size: 1.4rem;
  color: #828282;
}

.breadcrumb span {
  color: #111921;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 1.6rem;
  }

  .breadcrumb a,
  .breadcrumb span {
    font-size: 1.2rem;
  }
}