#sidebar-menu > ul > li > a {
    font-family: "Cerebri Sans","Nunito",sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Cerebri Sans","Nunito",sans-serif;
}

#brendiranje {
    text-align: center;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.logo-container img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.secure-logos img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    #brendiranje {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    #brendiranje .logo-container {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 0;
    }
}
