.front {
    background: #2156A8;
}

#press .nav-link.active, #press .nav-link:hover {
    color: #4F6C9D;
    background-color: transparent;
}

#press .nav-link {
    padding: 0;
    font-size: 18px;
}

#press .nav {
    padding-left: 0;
    margin: 0 0 28px;
    gap: 20px;
}

#press .nav-item {
    padding: 0;
}

.other_link {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 24px;
}

.other_link_thumbnail {
    min-width: 220px;
    width: 220px;
    min-height: 135px;
    overflow: hidden;
    border-radius: 3px;
    background: #f4f3f5;
}

.other_link_thumbnail img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.banerinfos .banerinfo {
    margin-bottom: 8px;
}

#colophon, #colophon a {
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
    background: #2156A8;
}

.logofoot svg {
    filter: none;
}

@media screen and (max-width: 991.8px) {
    .banerinfos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575.8px) {
    .banerinfos {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .other_link_thumbnail {
        min-width: 180px;
        width: 180px;
    }
    .other_link {
        gap: 12px;
    }
}