.breadcrumb-nav {
    /*padding: 1.25rem 0.75rem;*/
    padding: 2.5rem 0.75rem;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb-item a{
    text-decoration: none;
    color: var(--bs-body-color)
}

.breadcrumb-item:not(.active) a{
    color: var(--primary-orange)
}


@media screen and (min-width: 769px){
    .breadcrumb{
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1.25rem;
    }
}