.info-list ul li {
    font-weight: normal !important;
}

.info-list ul li strong {
    width: auto !important;
}

.role {
    font-weight: normal !important;   
}

.red-text {
    color: #a73232;
    font-weight: bold;
}

.smaller-text {
    font-size: 0.8em;
    text-align: center;
}

.info p {
    color: #ffffff !important;
    padding: 10px !important;
    text-align: left !important;
}

.logo-lnk {
    max-width: fit-content !important;
}

.logo-container {
    margin-top: 30px;
    margin-bottom: 50px;
}

.background-filter {
    background-color: #5C83b1 !important;
    /* background-color: #0088a9 !important; */
}

@media (max-width: 768px) {

    .logo-container {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
        box-sizing: border-box;
        }

        .logo-container img {
            max-width: 80px;
            object-fit: contain;
        flex: 1 1 auto;
        }
}

.h-text {
    display: inline !important;
}

/* LOGOS */

.logo-container {
    width: auto;
    height: auto;
    max-height: 3%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
}

.logo-container img {
    max-height: 30px;
    margin-right: 15px;
}