body > footer > div.container > div > div:nth-child(4) > ul:nth-child(4) > li:nth-child(2) > font:nth-child(2), body > footer > div.container > div > div:nth-child(4) > ul:nth-child(4) > li:nth-child(2) > font:nth-child(4), body > footer > div.container > div > div:nth-child(4) > ul:nth-child(4) > li:nth-child(2) > font:nth-child(6) {
    line-height: 7px;
}



body > footer > div.container > div > div:nth-child(4) > ul:nth-child(4) > li:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 20px;
}

body > footer > div.container > div > div:nth-child(4) > ul:nth-child(4) > li:nth-child(2) > i {
    display: none;
}

body > footer > div.container > div > div:nth-child(4) > ul:nth-child(4) > li:nth-child(1) {
    display: none;
}

body > footer > div.container > div > div:nth-child(4) > div:nth-child(3) {
    display: none;
}

body > footer > div.container > div > div:nth-child(4) > ul:nth-child(2) > li:nth-child(4) {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .menu1:not(.new) .menu__level-2 {
        background: white;
    }
}

.header-logo {
    max-width: 165px;
}

.menu__banner > div {display:flex;flex-direction:column;justify-content:center;height:100%;max-height:428px;padding: 15px;text-align:center;background: radial-gradient(circle, rgba(0,137,168, .5) 0%, #057d99 100%);border-radius:6px}
.menu__banner div img {margin:20px 0;padding:15px}
.menu__banner span {font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}