footer {
    font-size: 14px !important;
    font-family: "Helvetica", "Arial", sans-serif;
}

.footer-link {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.footer-content {
    background-color: #0e1133;
    display: grid;
    padding: 42px;
    justify-items: stretch;
    color: #ffffff;
    grid-gap: 30px;
    grid-auto-flow: column;
    font-size: 1em;
}

@media all and (max-width: 768px) {
    .footer-content {
        display: block;
    }
}

.external-links {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 20px;
}

.logo-image {
    margin-bottom: 20px;
}

.footer-logo {
    height: 80px;
}

.description {
    float: unset !important;
    padding: 0 25% 0 0;
    margin-bottom: 20px;
}

.footer-column-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: min-content;
    color: #ffffff;
}

.footer-copyright {
    padding: 16px 42px;
    background: #212121;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.8em;
}

.icon-link {
    width: 1.5em;
    height: 1.5em;
    fill: #ffffff;
}

.service-logo {
    height: 33px;
}


