.padding-layout {
    position: relative;
    height: 7rem;
    background: #531d1d;
    margin-bottom: 4rem;
}

ol#breadcrumb {}

ol#breadcrumb {
    display: flex;
    list-style: none;
    float: right;
}

li.breadcrumb-item {
    padding: 0 0.5rem 0 0;
}

.page-breadcumb {}

li.breadcrumb-item:after {
    content: " | ";
}

li.breadcrumb-item:last-child:after {
    content: "";
}

li.breadcrumb-item:last-child {
    font-weight: 600;
}

li.breadcrumb-item:first-child {
    display: none;
}