/* BREADCRUMB */
.breadcrumb {
    background-color: transparent;
    color: var(--white);
    margin: 5px 0 0;
    text-align: center;
}
ul.breadcrumb li + li::before {
    bottom: 1px;
    content: "\f054 ";
    font-family: "Font Awesome 6 Free";
    font-size: 0.7em;
    font-weight: 900;
    padding-left: 0;
    padding-right: 5px;
    padding-top: 8px;
    position: relative;
}
