@media screen and (min-width: 768px) {
    .header .header__logo {
        max-width:252px!important;
        height: 52px!important;
    }
}

@media screen and (min-width: 1024px) {
    .header .header__logo {
        max-width:252px!important;
        height: 52px!important;
    }
}

.investment-footer .footer__logo {
    max-width: 216px!important;
}