.breadcrumb {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Roboto';
    line-height: 9px;
    letter-spacing: 1px;
    font-weight: 400;
}

.breadcrumb li:last-child::after {
    content: "";
}

.breadcrumb a {
    color: #007BFF;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 677px) {
  #breadcrumb-list{
    padding-left: 0px;
  }

}