.breadcrumb_l2 {
  display: block;
  background: #ffffff;
  position: relative;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 420px;
  margin: -30px auto 0;
  z-index: 1;
  border-radius: 0.25rem;
}

.breadcrumb_l2 ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumb_l2 ul li {
    display: inline-block;
    line-height: 1;
}

.breadcrumb_l2 ul li a {
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb_l2 ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #ff8f6c;
    font-family: Font Awesome\ 5 Free;
    padding: 0 10px 0 10px;
}

.breadcrumb_l2 ul li:last-child a {
    color: #ff8f6c;
}

.breadcrumb_l2 ul li:last-child:after {
    content: none;
}