.comp.breadcrumb-navigation a {
  font-size: 0.2rem;
  text-align: CENTER;
  color: #000000;
  line-height: 0.23rem;
}
.comp.breadcrumb-navigation{
  padding-top: .2rem;
}
.comp.breadcrumb-navigation a:hover {
  color: #e60000;
}

@media screen and (max-width: 750px) {
  .comp.breadcrumb-navigation{
    padding: 0 .2rem;
    width: 100%;
  }
  .comp.breadcrumb-navigation a {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .dreamer-location li {
    white-space: initial;
  }
  .dreamer-location li:before {
    line-height: 0.5rem;
  }
}