.catalogue_nav_container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 1.4rem;
    margin: 3rem 0;
}

.catalogue_item {
    height: 75px;
    background-color: #FFFFFF;
    color: #e94e1b;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8b8b8b;
    text-align: center;
}

.secondary {
    background-color: #6f6f6f;
    color: #ffffff;
}

.catalogue_item.active {
    background-color: #e94e1b !important;
    color: #FFFFFF !important;
    border-color: #e94e1b !important;;
}

.link_catalogue {
    text-decoration: none;
}

.catalogue_item h3 {
    font-size: 1.2rem;
}

.catalogue_nav.use_sa.in_view {
    height: 90px;
    margin-bottom: 3rem;
}

.catalogue-head-nav{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 2.4rem;
    margin: 3rem 0;
}

.catalogue-head-nav  .catalogue_item{
    width: 100% !important;
}

@media (min-width: 576px) {
    .catalogue_item {
        /*width: 175px;*/
        height: 85px;
    }

    .catalogue_item h3 {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .catalogue_nav_container {
        justify-content: space-between;
    }
}

.col {
    flex: 1 0 0;
}
