.breadcrumb {
    width: 100%;
    margin: 0px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color:rgba(0,0,0,0.6);
    display: flex;
    flex-wrap: wrap;
    --webkit-box-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
  }

  .breadcrumb-item {
    font-size: 14px;
    line-height: 1.2;
    color: black;
  }

  .breadcrumb-item a {
    text-decoration: none;
    color: black;
    font-weight: bold;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    opacity: 0.7;
  }