.breadcrumbs {
  a::after {
    content: " > ";
    color: #ccc;
  }
  a:last-child::after {
    content: "";
  }
}
