.breadcrumbs{

}

.breadcrumbs-item:not(:first-child)::before{
  content: '/';
  display: inline-block;
  margin: 0 5px;
}
