.m-breadcrumbs-a {

}

.m-breadcrumb-a__items {
    padding: 0;
    margin: 0 0 auto;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
    gap: 0.5rem;
    list-style: none;
    align-items: baseline;
    flex-wrap: wrap;
}

.m-breadcrumb-a__items:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.875 2.5L4.375 7L8.875 11.5' stroke='white' stroke-width='2.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.m-breadcrumb-a__items li {
    margin: 0;
    padding: 0;
}

.m-breadcrumb-a__items a {
    color: var(--color-white);
    text-decoration: none;
}

@media (width <= 768px) {

    .m-breadcrumb-a__items {
        font-size: 0.875rem;
    }
}