.bx-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.bx-breadcrumb-item {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 14px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    color: #ffffff7a;
}

.bx-breadcrumb-item i {
    margin-right: 13px;
}

.bx-breadcrumb-item:last-of-type span {
    color: #f8b12483;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width : 1200px) {}

/* LARGE */
@media only screen and (max-width : 1080px) {
    .bx-breadcrumb-item {
        font-size: 14px;
    }
}

/* TAB */
@media only screen and (max-width : 992px) {}

/* MEDIUM */
@media only screen and (max-width : 768px) {}

/* PHONE*/
@media only screen and (max-width : 576px) {}

/* MINI */
@media only screen and (max-width : 374px) {}