.c-breadcrumbs--inner {
    line-height: 70px;
    height: 70px;
    background-image: linear-gradient(0deg, rgba(19, 131, 198, 0.92), rgba(19, 131, 198, 0.92)), url(img/back.jpg);
    background-repeat: no-repeat;
}
.c-breadcrumbs--inner, .c-breadcrumbs--inner a {
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}
.c-breadcrumbs--inner .c-breadcrumbs__link:not([href]) {
    color: #fff;
    font-weight: 400;
}
.c-breadcrumbs--inner .c-breadcrumbs__item:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c-breadcrumbs--inner .c-breadcrumbs__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .c-breadcrumbs--inner {
        background-position: bottom;
    }
    .c-breadcrumbs--inner {
        line-height: 40px;
        height: 40px;
        margin-bottom: 0;
    }
}