.breadcrumbs li {
  font-size: 0.8rem;
  text-transform: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: '';
  margin-bottom: 0;
}

.breadcrumbs li:not(:first-of-type)::before {
  content: '>';
  margin-right: 0.75rem;
}

.breadcrumbs li:last-of-type {
  display: none;
}

.breadcrumbs li:nth-child(2) a {
  color: #595959;
  cursor: default;
}

.breadcrumbs li:nth-child(2) a:hover {
  text-decoration: none;
}

.mobile_breadcrumb {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .breadcrumbs {
    display: none;
  }

  .mobile_breadcrumb {
    cursor: pointer;
    display: block;
    font-size: 1rem;
    margin-right: 0.2rem;
    margin-bottom: 10px;
  }

  .breadcrumbs li {
    float: none;
    font-size: 1rem;
    text-transform: none;
    margin-bottom: 10px;
  }

  .breadcrumbs li:last-of-type {
    margin-bottom: 0;
  }

  .breadcrumbs li:first-of-type::before {
    font-family: 'Font Awesome 5 Pro', serif;
    content: '\f111';
    color: #246d9a;
    font-size: 0.5rem;
    margin-right: 0.75rem;
    margin-left: 0.25rem;
  }

  .breadcrumbs li:not(:first-of-type)::before {
    font-family: 'Font Awesome 5 Pro', serif;
    content: '\f601';
    color: #246d9a;
    font-size: 1rem;
    font-weight: bold;
  }

  .mobile_breadcrumb :nth-child(2n) {
    margin-left: 0.625rem;
  }

  .mobile_breadcrumb i {
    margin-right: 0.625rem;
    color: #595959;
  }
}
