.logo-container {
    display: flex;
    align-items: center;
}

.logo-container .brand-name {
    margin-left: 1rem;
}

.bg-custom-600 {
    /*    background: #0b381b !important;*/
        background: #b33737 !important;
/*    background: #00aeef !important;*/
}

.custom-primary-text {
        color: #b33737 !important;
/*    color: #00aeef !important;*/
}

.c-folder {
    width: 150px;
    text-align: center;
}

.c-folder .icon img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.c-folder .title {
    font-size: 16px;
    line-height: 20px;
}

.c-folder a:hover {
    color: #00aeef;
}

.max-w-7xl {
    max-width: 100% !important;
    width: 100% !important;
}
