.footer {
    width: 100%;
    background: #6097CF;
    padding: 12px 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-logos {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-logos img {
    border: 0;
    display: block;
}

.footer-info {
    flex: 1;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.5;

    font-size: 12px;
    font-weight: normal;
}

.footer-info a:hover { color: yellow; padding-left: 0px; text-decoration: underline}
.footer-info a:visited { color: #FFFFFF; padding-left: 0px; text-decoration: none}
