/* Style the page of crumbs */
.PageCrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    background: url( '/wp-content/themes/sizif-app-version/assets/images/system/themes/sizif-themes-background-line-box-700x150-v1.svg' );
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    border: 1px solid rgb(62, 66, 70);
    border-radius: 3px;

    width: 100%;

    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 77px;
}